<?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>numbering :: [String] -&gt; [String] numbering ss = map format $ zip [1..] ss where format (n,s) = setw 6 (show n) ++ &quot;: &quot; ++ s setw n s = replicate (n - length s) ' ' ++ s amazon:ふつうのHaskellプログラミングにもこの例はあるんですが、興味を引かれたのはその先でして。 標準入力を標準出力に出力する次のようなコードに、 main = getContents &gt;&gt;= putStr 次のようにするだけで、各行に番号が振れる…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20070418%2F1176902135&quot; title=&quot;番号を振る - エンジニアのソフトウェア的愛情&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>2007-04-18 22:15:35</published>
  <title>番号を振る</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20070418/1176902135</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
