<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zecl</author_name>
  <author_url>https://blog.hatena.ne.jp/zecl/</author_url>
  <blog_title>Bug Catharsis</blog_title>
  <blog_url>https://zecl.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>F#2.0</anon>
    <anon>F#</anon>
    <anon>Rx</anon>
    <anon>コンピューテーション式</anon>
    <anon>Haskell</anon>
    <anon>モナド</anon>
  </categories>
  <description>前回のエントリ「F#でRxる。よく訓練されたF#erはコンピューテーション式をつくる。」で紹介いたしました、 Observableコンピューテーション式について補足します。モナド則を満たしているか否かについてです。 Haskellにおいて、モナドがモナド則を満たしているとき、 1. (return x) &gt;&gt;= f == f x 2. m &gt;&gt;= return == m 3. (m &gt;&gt;= f) &gt;&gt;= g == m &gt;&gt;= (\x -&gt; f x &gt;&gt;= g) 以上の三つの条件に満足しています。 モナドのすべてによると、最初の規則は return が &gt;&gt;=*1 に関して左単位元に なっている…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzecl.hatenablog.com%2Fentry%2F20110308%2Fp1&quot; title=&quot;Observableコンピューテーション式はモナド則を満たしているか否か。 - Bug Catharsis&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-03-08 00:00:00</published>
  <title>Observableコンピューテーション式はモナド則を満たしているか否か。</title>
  <type>rich</type>
  <url>https://zecl.hatenablog.com/entry/20110308/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
