<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aomori-ringo2</author_name>
  <author_url>https://blog.hatena.ne.jp/aomori-ringo2/</author_url>
  <blog_title>チューリング不完全</blog_title>
  <blog_url>https://aomoriringo.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>演習問題の6だけ「?」が残りました。foldrとか使うんだと思うんだけど・・・ どうやったら簡略化できるんだろ？ -- 6. 再帰関数 -- 6.1 基本概念 factorial :: Int-&gt;Int -- factorial n = product [1..n] factorial 0 = 1 factorial n = n * factorial (n-1) -- (*) :: Int -&gt; Int -&gt; Int -- m * 0 = 0 -- m * n = m + (m*(n-1)) -- 6.2 リストに対する再帰 -- product :: Num a =&gt; [a] -&gt; a -…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faomoriringo.hateblo.jp%2Fentry%2F2012%2F06%2F26%2F175926&quot; title=&quot;プログラミングHaskell 6章 - チューリング不完全&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>2012-06-26 17:59:26</published>
  <title>プログラミングHaskell 6章</title>
  <type>rich</type>
  <url>https://aomoriringo.hateblo.jp/entry/2012/06/26/175926</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
