<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>3章後半はmapっす。 car,cdrを作ってみる car,cdrが無いと思ったら、ナンダコレ!! car :: [a] -&gt; a car (x:xs) = x cdr :: [a] -&gt; [a] cdr (x:xs) = xs 引数が分解出来ちゃうらしい。不思議な世界だ。 map それがわかれば、mapは簡単で、 my_map :: (a -&gt; b) -&gt; [a] -&gt; [b] my_map f [] = [] my_map f (x:xs) = f x : my_map f xs しかし、謎過ぎる。 reverseを書いてみよう mapの反復版だから、 my_reverse_iter ::…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20080206%2F1202238216&quot; title=&quot; ふつける(3) - 3章(2) map - ボクノス&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>2008-02-06 04:03:36</published>
  <title> ふつける(3) - 3章(2) map</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20080206/1202238216</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
