<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>letitride</author_name>
  <author_url>https://blog.hatena.ne.jp/letitride/</author_url>
  <blog_title>追憶行</blog_title>
  <blog_url>https://www.letitride.jp/</blog_url>
  <categories>
    <anon>テック</anon>
    <anon>テック-Haskell</anon>
  </categories>
  <description>IOアクション IOアクションは実行されると副作用を含む動作を行い結果を返す。結果に返すべきものがない場合、()空のタプル、Unitを返す。 ghci&gt; :t putStrLn putStrLn :: String -&gt; IO () ghci&gt; :t putStrLn &quot;Hello World&quot; putStrLn &quot;Hello World&quot; :: IO () のように、putStrLnは文字列を受け取り、副作用を伴う動作を行いUnitを返す。という定義と読める。 IOアクションはmainという名前をつけてプログラムを起動すると実行される。 main = putStrLn &quot;hello, wor…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.letitride.jp%2Fentry%2F2020%2F05%2F05%2F203742&quot; title=&quot;Haskell IOアクション入出力の学習 - 追憶行&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>2020-05-05 20:37:42</published>
  <title>Haskell IOアクション入出力の学習</title>
  <type>rich</type>
  <url>https://www.letitride.jp/entry/2020/05/05/203742</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
