<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>flashingwind</author_name>
  <author_url>https://blog.hatena.ne.jp/flashingwind/</author_url>
  <blog_title>プログラマーになりたい。</blog_title>
  <blog_url>https://flash.hatenablog.com/</blog_url>
  <categories>
    <anon>本</anon>
    <anon>Curry</anon>
  </categories>
  <description>やっと、ちょっとは書けるようになった。HaskellといいつつMCCのcyiで動かしてんだけど。 rev :: [a] -&gt; [a] rev [] = [] rev (x:xs) = (rev xs)++[x] rev&gt; [rev[x1,x2]|x1&lt;-[1,2,3],x2&lt;-[1,2,3],x1/=x2] [[2,1],[3,1],[1,2],[3,2],[1,3],[2,3]] とか。 ちなみに以下はエラーにはならない。どっちでも大体同じみたい。 rev&gt; [[x1,x2]|x1&lt;-[1,2,3],x2&lt;-[1,2,3],x1/=x2] rev&gt; [(x1,x2)|x1&lt;-[1,2,3],…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fflash.hatenablog.com%2Fentry%2F20090623%2F1245787480&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>http://ecx.images-amazon.com/images/I/41V0PH2XZGL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-06-23 05:04:40</published>
  <title>「入門Haskell」途中まで読んだ</title>
  <type>rich</type>
  <url>https://flash.hatenablog.com/entry/20090623/1245787480</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
