<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sinclains</author_name>
  <author_url>https://blog.hatena.ne.jp/sinclains/</author_url>
  <blog_title>sinclains's blog</blog_title>
  <blog_url>https://sinclains.hateblo.jp/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>色々モチベーションが低くて全然やっていなかったので再入門 そして、いきなり３章 1.リストの中の要素数を数える関数を書きなさい。標準関数lengthと同じ答えになるように。 2.型シグネチャ追加 myLength :: [a] -&gt; Int myLength [] = 0 myLength (x:xs) = 1 + myLength xs 3.リストの平均値を計算する関数を作りなさい。 listAverage :: [Double] -&gt; Double listAverage [] = 0.0 listAverage xs = sumList xs / fromIntegral (length…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsinclains.hateblo.jp%2Fentry%2F20100929%2F1285772969&quot; title=&quot; Real World Haskell Chapter 3 - sinclains&amp;#39;s blog&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-09-29 00:09:29</published>
  <title> Real World Haskell Chapter 3</title>
  <type>rich</type>
  <url>https://sinclains.hateblo.jp/entry/20100929/1285772969</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
