<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fumiexcel</author_name>
  <author_url>https://blog.hatena.ne.jp/fumiexcel/</author_url>
  <blog_title>モナドとわたしとコモナド</blog_title>
  <blog_url>https://fumieval.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>とても簡単。Free(T)に「続きがない」ということを表すFunctorをはめるだけ。 ex1はある文字列を入力すると終了するプログラム。 import Prelude hiding (break) import Control.Monad.Trans.Free import Control.Monad.Trans import Control.Monad data Zero a = Zero deriving (Show, Eq, Ord) instance Functor Zero where fmap _ _ = Zero type BreakT = FreeT Zero break :…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffumieval.hatenablog.com%2Fentry%2F20121111%2F1352622590&quot; title=&quot;Freeモナド実用の旅(1): ループからのBreak - モナドとわたしとコモナド&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>2012-11-11 17:29:50</published>
  <title>Freeモナド実用の旅(1): ループからのBreak</title>
  <type>rich</type>
  <url>https://fumieval.hatenablog.com/entry/20121111/1352622590</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
