<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>camlspotter</author_name>
  <author_url>https://blog.hatena.ne.jp/camlspotter/</author_url>
  <blog_title>camlspotter’s blog</blog_title>
  <blog_url>https://camlspotter.hatenablog.com/</blog_url>
  <categories>
    <anon>OCaml</anon>
  </categories>
  <description>インストールについてはこちらを参照してください。 まずパスを設定して動作確認 PREFIX/bin をパスに入れてください。設定方法はシェルによって違うので書きません。 設定を変えてから、 $ ocaml Objective Caml version 3.11.0+ocamlspotter # となっているか確認してね。 なんか書いてみる fib.ml: let rec fib n = match n with | 1 | 2 -&gt; 1, 1 | _ -&gt; let f_1, f_2 = fib (n-1) in f_1 + f_2, f_1 let fib n = fst (fib n) -a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcamlspotter.hatenablog.com%2Fentry%2F20081231%2F1230690789&quot; title=&quot; OCamlSpotter を使う - camlspotter’s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/c/camlspotter/20081231/20081231113219.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-12-31 11:33:09</published>
  <title> OCamlSpotter を使う</title>
  <type>rich</type>
  <url>https://camlspotter.hatenablog.com/entry/20081231/1230690789</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
