<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zehnpaard</author_name>
  <author_url>https://blog.hatena.ne.jp/zehnpaard/</author_url>
  <blog_title>Arantium Maestum</blog_title>
  <blog_url>https://zehnpaard.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>Thinking Functionally with Haskell</anon>
  </categories>
  <description>リストに対する処理の性質・法則、Functorに対するの一般化、性質の証明法についてメモ： まずはconcat、map、filterの定義： concat :: [[a]] -&gt; [a] concat [] = [] concat (xs:xss) = xs ++ concat xss map :: (a -&gt; b) -&gt; [a] -&gt; [b] map _ [] = [] map f (x: xs) = f x : map f xs filter :: (a -&gt; Bool) -&gt; [a] -&gt; [a] filter _ [] = [] filter p (x:xs) | p x = x:fi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzehnpaard.hatenablog.com%2Fentry%2F2018%2F03%2F13%2F214540&quot; title=&quot;Thinking Functionally with Haskell勉強メモ: 第４章２ concat/map/filter、functorと自然変換、同一性の証明 - Arantium Maestum&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>2018-03-13 21:45:40</published>
  <title>Thinking Functionally with Haskell勉強メモ: 第４章２ concat/map/filter、functorと自然変換、同一性の証明</title>
  <type>rich</type>
  <url>https://zehnpaard.hatenablog.com/entry/2018/03/13/214540</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
