<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bitterharvest</author_name>
  <author_url>https://blog.hatena.ne.jp/bitterharvest/</author_url>
  <blog_title>bitterharvest’s diary</blog_title>
  <blog_url>https://bitterharvest.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskellドリル（中級編）</anon>
  </categories>
  <description>１．現実の世界 モナドは二つの演算returnと&gt;&gt;=を有していた。この中の演算(&gt;&gt;=)を連続して用いることにより、同じ型の中で、鎖のように繋がった操作(オペレーション)が可能になった。これを見やすくしたのがdo記法であった。do記法を用いることで逐次型の処理が可能になる。逐次型の処理で特に重要なものは、入出力を伴う処理であろう。Haskellでは、入出力はIOモンドで行われる。 ２．putStrとgetLine IOモナドの関数の中で、最も基本的な関数はputStrとgetLineである。putStrはディスプレイ(標準入力)に文字列を出力するものであり、getLineは一行の文字列をキー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbitterharvest.hatenablog.com%2Fentry%2F2015%2F01%2F24%2F100102&quot; title=&quot;HaskellドリルⅦ　IOモナド - bitterharvest’s diary&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>2015-01-24 10:01:02</published>
  <title>HaskellドリルⅦ　IOモナド</title>
  <type>rich</type>
  <url>https://bitterharvest.hatenablog.com/entry/2015/01/24/100102</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
