<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>lethevert</author_name>
  <author_url>https://blog.hatena.ne.jp/lethevert/</author_url>
  <blog_title>lethevert is a programmer</blog_title>
  <blog_url>https://lethevert.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>たとえば、整数のリストを受け取って、奇数だけのリストを返す関数は、 oddList :: [Int] -&gt; [Int] oddList [] = [] oddList [i:ir] | isOdd i = [i:oddList ir] = oddList irと定義しますが、これを、 oddList :: [Int] -&gt; [Int] oddList [] = [] oddList [i:ir] | isOdd i # ol = oddList ir = [i:ol] = oddList irとしても効率に差はないです。（ここでの # は let と同じ効果です） しかし、奇数のリストと偶数の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flethevert.hatenadiary.org%2Fentry%2F20060521%2Fp1&quot; title=&quot;Concurrent Clean : 再帰データ構造の生成 - lethevert is a programmer&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>2006-05-21 00:00:01</published>
  <title>Concurrent Clean : 再帰データ構造の生成</title>
  <type>rich</type>
  <url>https://lethevert.hatenadiary.org/entry/20060521/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
