<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yokotaso</author_name>
  <author_url>https://blog.hatena.ne.jp/yokotaso/</author_url>
  <blog_title>(カチャカチャカチャ…)　(ッターン！)</blog_title>
  <blog_url>https://yokotaso.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>再起関数 Programing in Haskell(http://www.amazon.co.jp/dp/0521692695) P.48-60 環境がHaskell98ではなくHaskell2010なので、ちょっと違うところもあります。 (n+K) matchingという機能がHaskell2010だと抜けています。*1 うまくいかないところは、guardするなりmatchingするなりで対応してます -- ** の再定義 1 pow :: Int -&gt; Int -&gt; Int pow n m | m &gt; 0 = n * (pow n (m - 1)) | otherwise = 1 -- …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyokotaso.hatenadiary.org%2Fentry%2F20120503%2F1336033567&quot; title=&quot;Programing in Haskell Chapter6 / Recursive Functions - (カチャカチャカチャ…)　(ッターン！)&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>2012-05-03 17:26:07</published>
  <title>Programing in Haskell Chapter6 / Recursive Functions</title>
  <type>rich</type>
  <url>https://yokotaso.hatenadiary.org/entry/20120503/1336033567</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
