<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>suzuki-shin</author_name>
  <author_url>https://blog.hatena.ne.jp/suzuki-shin/</author_url>
  <blog_title>毎日少しずつHaskellを勉強する</blog_title>
  <blog_url>https://suzuki-shin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>scheme</anon>
  </categories>
  <description>6.1 リスト データとしてのリストをプログラム中に含めたい場合は'（クォート）をリストの前に付加する。 クォートがない場合はデータではなくプログラム（なので1番目の要素は手続きである必要がある） gosh&gt; '(1 2 3) (1 2 3) リストを連結する手続きappend gosh&gt; (append '(1 2 3) '(4 5 6)) (append '(1 2 3) '(4 5 6)) (1 2 3 4 5 6) 6.2 リストの基本操作 gosh&gt; (define lis '(1 2 3)) lis gosh&gt; lis (1 2 3) gosh&gt; (car lis) 1 gosh&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsuzuki-shin.hatenadiary.jp%2Fentry%2F20100126%2F1264519510&quot; title=&quot;Gauche本勉強メモ（3日目） - 毎日少しずつHaskellを勉強する&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>2010-01-26 00:25:10</published>
  <title>Gauche本勉強メモ（3日目）</title>
  <type>rich</type>
  <url>https://suzuki-shin.hatenadiary.jp/entry/20100126/1264519510</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
