<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohpapa</author_name>
  <author_url>https://blog.hatena.ne.jp/yohpapa/</author_url>
  <blog_title>Yohpapa’s note</blog_title>
  <blog_url>https://yohpapa.hatenadiary.org/</blog_url>
  <categories>
    <anon>haskell</anon>
  </categories>
  <description>11.2 Maybeモナド ちょっと復習 前回、関数がMaybe a型戻り値を返すことで続く関数を実行しないことが可能と書きました。 まぁ、模式的に書くとこんな感じ。 func a -&gt; Maybe a -&gt; Maybe a func a Nothing = Nothing func a (Just b) = 何らかの計算結果を返す func 1 $ func 2 $ func 3 $ func 4 何らかの引数 funcを摘要する途中で計算結果がNothingになってしまったら、 それ以降の関数適用では、何もせずにNothingを返すようになります。 (&gt;&gt;=)とreturnについて これを…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohpapa.hatenadiary.org%2Fentry%2F20100808%2F1281272595&quot; title=&quot; モナド - Yohpapa’s note&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>2010-08-08 22:03:15</published>
  <title> モナド</title>
  <type>rich</type>
  <url>https://yohpapa.hatenadiary.org/entry/20100808/1281272595</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
