<?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>Haskellの $ 演算子が便利そうだと思っていたのだけれど、Cleanでも使えることが分かった。 こんな風に定義すればよい。（関数でもよかったが、効率性を考えてマクロにしてみた） ($) infixl 0 //:: (a -&gt; b) a -&gt; b ($) f a :== f aで、使ってみた。一応、つり銭の組み合わせを求めるプログラムだ。 change :: Int [Int] -&gt; [[Int]] change _ [] = [] change amount coins | amount &lt; 0 = [] | amount == 0 = [[]] | otherwise = [[hd c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flethevert.hatenadiary.org%2Fentry%2F20051222%2Fp2&quot; title=&quot;Concurrent Clean : Haskell の $ 演算子 - 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>2005-12-22 00:00:00</published>
  <title>Concurrent Clean : Haskell の $ 演算子</title>
  <type>rich</type>
  <url>https://lethevert.hatenadiary.org/entry/20051222/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
