<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bitterharvest</author_name>
  <author_url>https://blog.hatena.ne.jp/bitterharvest/</author_url>
  <blog_title>bitterharvest’s diary</blog_title>
  <blog_url>https://bitterharvest.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskellドリル（初級編）</anon>
  </categories>
  <description>１．概略 zipという関数は便利な関数で、二つのリストを要素ごとについにして返してくれる。例えば、奇数のリストと偶数のリストをzipする。即ち、zip [1,3..] [2,4..]すると、[(1,2), (3,4), (5,6),..]となる。zipWithはzipを拡張した関数で、要素ごとに演算を施して返してくれる。例えば、先ほどの二つのリストで、要素ごとに足し算をして返してもらう場合には、zipWith (+) [1,3..] [2,4..]とする。返ってくるリストは、[3,7,11,...]である。二つの間に施す演算を自分独自の関数を与えたい場合がある。関数を定義してその名前を与えても…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbitterharvest.hatenablog.com%2Fentry%2F2014%2F12%2F10%2F042952&quot; title=&quot;Haskell ドリル６　無名関数 - bitterharvest’s diary&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>http://cdn-ak.f.st-hatena.com/images/fotolife/b/bitterharvest/20141210/20141210052150.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-12-10 04:29:52</published>
  <title>Haskell ドリル６　無名関数</title>
  <type>rich</type>
  <url>https://bitterharvest.hatenablog.com/entry/2014/12/10/042952</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
