<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ugnom</author_name>
  <author_url>https://blog.hatena.ne.jp/ugnom/</author_url>
  <blog_title>むずかしめのパソコン勉強の記録</blog_title>
  <blog_url>https://ugnom.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>H99</anon>
  </categories>
  <description>http://www.haskell.org/haskellwiki/99_questions/11_to_20問題１２ 問題の日本語訳 連長圧縮のリストを復号しなさい。 問題１１で明示された通りに作られた連長圧縮コードが与えられる。その展開した版を作成しなさい。 data ListItem a = Single a | Multiple Int a deriving (Show) decodeModified :: [ListItem a] -&gt; [a] decodeModified [] = [] -- (1) decodeModified ((Single x):xs) = x : de…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fugnom.hatenablog.com%2Fentry%2F2013%2F12%2F19%2F064505&quot; title=&quot; Haskell H99 Question 12 - むずかしめのパソコン勉強の記録&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>2013-12-19 06:45:05</published>
  <title> Haskell H99 Question 12</title>
  <type>rich</type>
  <url>https://ugnom.hatenablog.com/entry/2013/12/19/064505</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
