<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mtiit</author_name>
  <author_url>https://blog.hatena.ne.jp/mtiit/</author_url>
  <blog_title>(O+P)ut</blog_title>
  <blog_url>https://www.mtioutput.com/</blog_url>
  <categories>
  </categories>
  <description>Haskellでは[ ]にて同種のデータを配列のように保持することができます。 リストの考え方やよく使う関数等を整理しました。ghciで対話式にコマンドを押下していきます。以下、目次です。 同種のデータしか入れられない 文字列は文字のリスト リストの連結は++ 先頭に追加は : 要素の抜粋は !! NUM リストの中にリストを入れ込む 比較は先頭から head/init/tail/last/take/dropでリスト抽出 同種のデータしか入れられない Prelude&gt; [1,2] [1,2] Prelude&gt; [1,&quot;2&quot;] &lt;interactive&gt;:X:X: No instance for…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.mtioutput.com%2Fentry%2Fhaskell-list-tutorial&quot; title=&quot;【Haskell入門】リストの操作 - (O+P)ut&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>https://cdn-ak.f.st-hatena.com/images/fotolife/m/mtiit/20190518/20190518171853.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-23 09:00:00</published>
  <title>【Haskell入門】リストの操作</title>
  <type>rich</type>
  <url>https://www.mtioutput.com/entry/haskell-list-tutorial</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
