<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shuzo_kino</author_name>
  <author_url>https://blog.hatena.ne.jp/shuzo_kino/</author_url>
  <blog_title>Bye Bye Moore</blog_title>
  <blog_url>https://shuzo-kino.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>prelude.ls記事の続き、今回は入れ込んだリストから一個のリストを生成する関数です 実際のところ 多重リストを平坦にするflatten 入れ込んだリストを一本化するflatten。 有名どころのLLなら大抵搭載されてるアレです。 flatten [1, [[2], 3], [4, [[5]]]] #=&gt; [1, 2, 3, 4, 5] 一致しない要素だけ返すdifference 複数のリストを渡し、 最初のリストを基準にして以降のリストに登場しない要素を抽出する関数もあります。 difference [2 3 4 5] [5 2 10] [1] #=&gt; [ 3, 4 ] * 参考もと p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshuzo-kino.hateblo.jp%2Fentry%2F2015%2F11%2F19%2F235250&quot; title=&quot;lvescriptを更に闇深く。prelude.lsで関数型の深淵を覗き見る　その６：リスト・とりまとめ編 - Bye Bye Moore&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>2015-11-19 23:52:50</published>
  <title>lvescriptを更に闇深く。prelude.lsで関数型の深淵を覗き見る　その６：リスト・とりまとめ編</title>
  <type>rich</type>
  <url>https://shuzo-kino.hateblo.jp/entry/2015/11/19/235250</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
