<?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>Parsecを調べたら出てくるサイト達、並びに友人が書いてくれた記事を元に勉強を続ける。 とりあえず、多分一番成果が出やすく作業も進めやすいのは電卓だろうということで。 私も電卓を作ることを目標とする。 まずは数値の読み込み。 import Text.ParserCombinators.Parsec main = run number &quot;1+2+3&quot; run :: Show a =&gt; Parser a-&gt; String -&gt; IO() run p input = case (parse p &quot;test&quot; input) of Left err -&gt; putStrLn &quot;parse error&quot; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwvogel00.hatenadiary.org%2Fentry%2F20110729%2F1311961133&quot; title=&quot;Parsec(2) test - 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 02:38:53</published>
  <title>Parsec(2) test</title>
  <type>rich</type>
  <url>https://wvogel00.hatenadiary.org/entry/20110729/1311961133</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
