<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wvogel00</author_name>
  <author_url>https://blog.hatena.ne.jp/wvogel00/</author_url>
  <blog_title>wvogel日記</blog_title>
  <blog_url>https://wvogel00.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>import Control.Applicative main = do a &lt;- getLine b &lt;- getLine print $ f a b f :: String -&gt; String -&gt;Int f a b = (+) (read a) (read b) これは勿論動きます では、ghci上で上記のようにfを宣言し、Control.Applicativeモジュールをインポートしたうえで f &lt;$&gt; getLine &lt;*&gt; getLine とするとやっぱり動いた！ やったねしかし、 import Control.Applicative main = print $ f &lt;$&gt; ge…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwvogel00.hatenadiary.org%2Fentry%2F20110729%2F1311966132&quot; title=&quot;Applicative - wvogel日記&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>2011-07-29 04:02:12</published>
  <title>Applicative</title>
  <type>rich</type>
  <url>https://wvogel00.hatenadiary.org/entry/20110729/1311966132</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
