<?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>OCaml のモジュールが大好き!! 3.12.0 インストールしてるよ!という人だけ、読んで下さい。それ以外の人は、あんまりわかんないと思う。 前回のまとめ 綺麗にドキュメント(.mli)を書きつつ、既存OCamlモジュールを「拡張」する方法を紹介しました (* xmystdlib.ml *) module List = struct let iteri f list = let rec iteri f n = function | [] -&gt; () | x::xs -&gt; f n x; iteri f (n+1) xs in iteri f 0 list end (* xmystdlib.m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcamlspotter.hatenablog.com%2Fentry%2F20101207%2F1291726392&quot; title=&quot; モジュールを「拡張」する― 3.12.0 の機能を使って…(みるけどうまくいかない) - 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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-12-07 21:53:12</published>
  <title> モジュールを「拡張」する― 3.12.0 の機能を使って…(みるけどうまくいかない)</title>
  <type>rich</type>
  <url>https://camlspotter.hatenablog.com/entry/20101207/1291726392</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
