<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakh</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakh/</author_url>
  <blog_title>純粋関数型雑記帳</blog_title>
  <blog_url>https://tanakh.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>（この記事は Functional Ikamusume Advent Calendar jp 2010 の為に書かれました）侵略！侵略！侵略！侵略！侵略！侵略！イカ娘！ 再帰しなイカ？ main = putStrLn $ f 6 where f 0 = &quot;イカ娘！&quot; f n = &quot;侵略！&quot; ++ f (n-1) 古風に再帰しなイカ？ main = putStrLn $ f 6 where f 0 = &quot;イカ娘！&quot; f (n+1) = &quot;侵略！&quot; ++ f n 左派じゃなイカ？ main = putStrLn $ foldl (\a _ -&gt; &quot;侵略！&quot;++a) &quot;イカ娘！&quot; [1..6] 右派…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftanakh.hatenablog.com%2Fentry%2F20101206%2Fp1&quot; title=&quot;関数型！侵略ノススメ☆ - 純粋関数型雑記帳&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>2010-12-06 00:00:00</published>
  <title>関数型！侵略ノススメ☆</title>
  <type>rich</type>
  <url>https://tanakh.hatenablog.com/entry/20101206/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
