<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>susisu</author_name>
  <author_url>https://blog.hatena.ne.jp/susisu/</author_url>
  <blog_title>Object.create(null)</blog_title>
  <blog_url>https://susisu.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>例えば JavaScript で let x = (() =&gt; { let y = foo; return bar(y); })(); を let y = foo; let x = bar(y); と書き換えても良かったり *1, Perl で my $x = do { my $y = foo; bar($y); }; を my $y = foo; my $x = bar($y); と書き換えても良かったりするように, Haskell でも do { x &lt;- do { y &lt;- foo; bar y; }; baz x } を do { y &lt;- foo; x &lt;- bar y; baz x…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsusisu.hatenablog.com%2Fentry%2F2016%2F10%2F20%2F175538&quot; title=&quot;入れ子になった do 記法の展開 - Object.create(null)&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>2016-10-20 17:55:38</published>
  <title>入れ子になった do 記法の展開</title>
  <type>rich</type>
  <url>https://susisu.hatenablog.com/entry/2016/10/20/175538</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
