<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fkino</author_name>
  <author_url>https://blog.hatena.ne.jp/fkino/</author_url>
  <blog_title>fkino blog</blog_title>
  <blog_url>https://fkino.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>Yコンビネータを使って1〜100まで加算する。 色々と調べたところこんな感じでできるようです。 main = print $ add 100 y f = f (y f) add = y (\f n -&gt; if (n==0) then 0 else n + f (n-1))</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffkino.hatenadiary.org%2Fentry%2F20060810%2F1155226544&quot; title=&quot;Yコンビネータ - fkino 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>2006-08-10 01:15:44</published>
  <title>Yコンビネータ</title>
  <type>rich</type>
  <url>https://fkino.hatenadiary.org/entry/20060810/1155226544</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
