<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sirocco</author_name>
  <author_url>https://blog.hatena.ne.jp/sirocco/</author_url>
  <blog_title>sirocco の書いてもすぐに忘れるメモ</blog_title>
  <blog_url>https://sirocco.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>&gt; let ab a = a+10000 &gt; :t ab ab :: (Num a) =&gt; a -&gt; a &gt; let cd c = c+2000000 &gt; :t cd cd :: (Num a) =&gt; a -&gt; aab の結果をcdの引数とする。 &gt; cd (ab 1) 2010001cd (ab 1) の構文糖衣。 &gt; cd $ ab 1 2010001cd と ab の関数を合成し、引数に1を渡す。 &gt; (cd . ab) 1 2010001ccd の関数は引数をふたつ取る。 &gt; let ccd c d = c+d+2000000 &gt; :t ccd ccd :: (Num a) =&gt; a …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsirocco.hatenadiary.org%2Fentry%2F20090609%2F1244555296&quot; title=&quot;関数の合成 - sirocco の書いてもすぐに忘れるメモ&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>2009-06-09 22:48:16</published>
  <title>関数の合成</title>
  <type>rich</type>
  <url>https://sirocco.hatenadiary.org/entry/20090609/1244555296</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
