<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s-shin</author_name>
  <author_url>https://blog.hatena.ne.jp/s-shin/</author_url>
  <blog_title>$ cat /var/log/shin</blog_title>
  <blog_url>https://shin.hateblo.jp/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>Haskell</anon>
  </categories>
  <description>第7章 高階関数 基本 高階関数とは 引数として関数をとったり、関数を返したりする関数。ただし、Haskellではカリー化のため関数を返すのが常なので、明示的に高階関数と呼ぶ場合は、引数として関数を取る関数である事が多い。 twice :: (a -&gt; a) -&gt; a -&gt; a twice f x = f (f x) リスト処理 リスト系の高階関数色々。 map' :: (a -&gt; b) -&gt; [a] -&gt; [b] map' f xs = [f x | x &lt;- xs] filter' :: (a -&gt; Bool) -&gt; [a] -&gt; [a] filter' f xs = [x | x &lt;- …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshin.hateblo.jp%2Fentry%2F2012%2F07%2F15%2F220729&quot; title=&quot;プログラミングHaskellを読む(7) - $ cat /var/log/shin&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-07-15 22:07:29</published>
  <title>プログラミングHaskellを読む(7)</title>
  <type>rich</type>
  <url>https://shin.hateblo.jp/entry/2012/07/15/220729</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
