<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>letitride</author_name>
  <author_url>https://blog.hatena.ne.jp/letitride/</author_url>
  <blog_title>追憶行</blog_title>
  <blog_url>https://www.letitride.jp/</blog_url>
  <categories>
    <anon>テック</anon>
    <anon>テック-Haskell</anon>
  </categories>
  <description>モナド モナドはバインド (&gt;&gt;=)関数をサポートするアプリカティブファンクターの一種。 (&gt;&gt;=)関数の定義。 (&gt;&gt;=) :: (Monad m) =&gt; m a -&gt; (a -&gt; m b) -&gt; m b Monadという文脈に包んだ値を、値を取る関数に対して渡す。と読める。 適用例。 ghci&gt; Just 3 &gt;&gt;= (\a -&gt; Just(a * 3)) Just 9 つまり、モナドとは値を取る関数に適応できる値を持もてる、型クラスのインスタンスだと思う。 モナド型クラス class Monad m where return :: a -&gt; m a (&gt;&gt;=) :: m a -&gt; (a …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.letitride.jp%2Fentry%2F2020%2F05%2F08%2F185052&quot; title=&quot;Haskell モナドについての学習 - 追憶行&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>2020-05-08 18:50:52</published>
  <title>Haskell モナドについての学習</title>
  <type>rich</type>
  <url>https://www.letitride.jp/entry/2020/05/08/185052</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
