<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada/</author_url>
  <blog_title>ryamadaのコンピュータ・数学メモ</blog_title>
  <blog_url>https://ryamada.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>ぱらぱらめくるシリーズ</anon>
  </categories>
  <description>ones = 1 : ones -- [1,1,1,1,1,...] nats = 0: map (+1) nats -- [0,1,2,...] nats !! 10^100-2 -- 999999999999999999999...98 odds = 1 : map (+2) odds iterate :: (a -&gt; a) -&gt; a -&gt; [a] iterage f x = x : iterate f (f x) theOnes = iterate id 1 theNats = iterate (+1) 0 theOdds = iterate (+2) 1 theNats1 = 0 : …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada.hatenadiary.jp%2Fentry%2F20150219%2F1424334133&quot; title=&quot;10 Corecursion ぱらぱらめくる『The Haskell Road to Logic, Maths and Programming』 - ryamadaのコンピュータ・数学メモ&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>2015-02-19 17:22:13</published>
  <title>10 Corecursion ぱらぱらめくる『The Haskell Road to Logic, Maths and Programming』</title>
  <type>rich</type>
  <url>https://ryamada.hatenadiary.jp/entry/20150219/1424334133</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
