<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yamaimo0625</author_name>
  <author_url>https://blog.hatena.ne.jp/yamaimo0625/</author_url>
  <blog_title>いものやま。</blog_title>
  <blog_url>https://yamaimo.hatenablog.jp/</blog_url>
  <categories>
    <anon>技術</anon>
    <anon>Haskell</anon>
  </categories>
  <description>昨日はGHCのコマンドの基本的な使い方を説明した。 今日からは、対話環境であるGHCiの使い方を中心に説明していく。 まずは、モジュールのロードについて。 モジュールのロード とりあえず、次のような2つのHaskellのソースコードを用意してみる。 -- Main.hs import System.Environment import Control.Monad import Fibo main = do args &lt;- getArgs when (length args &gt; 0) $ do let count = read $ head args print $ map fibo [1..c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyamaimo.hatenablog.jp%2Fentry%2F2016%2F01%2F21%2F200000&quot; title=&quot;GHCの使い方を調べてみた。（その2） - いものやま。&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>2016-01-21 20:00:00</published>
  <title>GHCの使い方を調べてみた。（その2）</title>
  <type>rich</type>
  <url>https://yamaimo.hatenablog.jp/entry/2016/01/21/200000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
