<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zehnpaard</author_name>
  <author_url>https://blog.hatena.ne.jp/zehnpaard/</author_url>
  <blog_title>Arantium Maestum</blog_title>
  <blog_url>https://zehnpaard.hatenablog.com/</blog_url>
  <categories>
    <anon>OCaml</anon>
  </categories>
  <description>再帰関数のことを忘れていた！ というわけで幕間的な記事。 Factorial 再帰で階乗なコード： let () = let rec f x = if x = 0 then 1 else x * (f (x-1)) in print_int @@ f 5 -dlambdaでコンパイル： (seq (let (*match*/83 = (letrec (f/80 (function x/81[int] : int (if (== x/81 0) 1 (* x/81 (apply f/80 (- x/81 1)))))) (apply (field 43 (global Stdlib!)) (ap…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzehnpaard.hatenablog.com%2Fentry%2F2021%2F05%2F09%2F083813&quot; title=&quot;OCamlのlambda IRをいじる（再帰関数） - Arantium Maestum&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>2021-05-09 08:38:13</published>
  <title>OCamlのlambda IRをいじる（再帰関数）</title>
  <type>rich</type>
  <url>https://zehnpaard.hatenablog.com/entry/2021/05/09/083813</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
