<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>E_Mattsan</author_name>
  <author_url>https://blog.hatena.ne.jp/E_Mattsan/</author_url>
  <blog_title>エンジニアのソフトウェア的愛情</blog_title>
  <blog_url>https://blog.emattsan.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>fizz = cycle [ &quot;&quot;, &quot;&quot;, &quot;Fizz&quot; ] buzz = cycle [ &quot;&quot;, &quot;&quot;, &quot;&quot;, &quot;&quot;, &quot;Buzz&quot; ] fizzbuzz = zipWith ( \ n s -&gt; if s /= &quot;&quot; then s else (show n) ) [1..] $ zipWith (++) fizz buzz main = mapM_ putStrLn $ take 20 fizzbuzz もう一段階、簡単になりそうな気がするんだけど。今の時点では思いつかない。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20091220%2F1261304061&quot; title=&quot;Fizz Buzz by 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>2009-12-20 19:14:21</published>
  <title>Fizz Buzz by Haskell</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20091220/1261304061</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
