<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ThreeStones</author_name>
  <author_url>https://blog.hatena.ne.jp/ThreeStones/</author_url>
  <blog_title>ThreeStonesのアレ</blog_title>
  <blog_url>https://threestones.hateblo.jp/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>関数の型 String -&gt; [String] 関数の第一引数の型：String 関数の返り値の型：[String]第一引数の型 -&gt; 第二引数の型 -&gt; .... -&gt; 返り値の型 型変換 [a] -&gt; Int [a]:多相型(どんな型と置き換えても良い) 型の宣言 firstNLines :: Int -&gt; String -&gt; String ... 関数の型宣言 firstNLines n cs = unlines $ take n $ lines cs .... 関数の定義関数名 :: 第一引数の型 -&gt; 第二引数の型 -&gt; .... -&gt; 返り値の型 map関数 map :: (a -…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthreestones.hateblo.jp%2Fentry%2F2014%2F10%2F06%2F192735&quot; title=&quot;はじめてのHaskell(2) - ThreeStonesのアレ&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://ecx.images-amazon.com/images/I/41mJTrvw2pL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-10-06 19:27:35</published>
  <title>はじめてのHaskell(2)</title>
  <type>rich</type>
  <url>https://threestones.hateblo.jp/entry/2014/10/06/192735</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
