<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>boscono</author_name>
  <author_url>https://blog.hatena.ne.jp/boscono/</author_url>
  <blog_title>てきとうなメモ</blog_title>
  <blog_url>https://boscono.hatenablog.com/</blog_url>
  <categories>
    <anon>Erlang</anon>
  </categories>
  <description>複合データ型．各要素へのアクセスは遅い．[]で囲まれた要素で表現する 27&gt; [1,2,3,4,5]. [1,2,3,4,5]prologみたく[|]でheadとtailを表す．[|]は2項演算子でconsと呼び，[]は定数でnilと呼ぶらしい． 6&gt; [1 | [2 | []]]. [1,2]BIFとしてhd, tl, sizeなどがある． 10&gt; length(Y). 4 11&gt; hd(Y). 2 12&gt; tl(Y). [3,4,5]和と差をとることができる． 13&gt; [1,2,3] ++ [4,5,6]. [1,2,3,4,5,6] 14&gt; [1,2,3] -- [3,4,5].差は重複…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboscono.hatenablog.com%2Fentry%2F20070503%2Fp5&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-05-03 00:00:03</published>
  <title> リスト</title>
  <type>rich</type>
  <url>https://boscono.hatenablog.com/entry/20070503/p5</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
