<?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>１．集合内の写像 集合間の写像を学んだので、集合内の写像がどのようになっているかを観察してみる。集合内の写像は、特別に、endomapと呼ばれる。前回の記事で紹介した集合間の全ての写像を求める関数mapping m nは次のようになっていた。 module Mapping where mapping' :: a -&gt; [b] -&gt; [(a,b)] mapping' y n = map (\x -&gt; (y,x)) n mapping :: [a] -&gt; [b] -&gt; [[(a,b)]] mapping [] _ = [[]] mapping (m:mx) n = [[x] ++ y | x &lt;-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbitterharvest.hatenablog.com%2Fentry%2F2015%2F02%2F24%2F092713&quot; title=&quot;Haskellで学ぶ圏論・ウォームアップ編　集合内の写像(Endomap) - 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/20150222/20150222155923.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-02-24 09:27:13</published>
  <title>Haskellで学ぶ圏論・ウォームアップ編　集合内の写像(Endomap)</title>
  <type>rich</type>
  <url>https://bitterharvest.hatenablog.com/entry/2015/02/24/092713</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
