<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bowmoq</author_name>
  <author_url>https://blog.hatena.ne.jp/bowmoq/</author_url>
  <blog_title>いらずんば</blog_title>
  <blog_url>https://bowmoq.hatenadiary.org/</blog_url>
  <categories>
    <anon>sicp</anon>
  </categories>
  <description>まずは、本文のコード ;; 順序づけられないリストとしての集合 (define (element-of-set? x set) (cond ((null? set) #f) ((equal? x (car set)) #t) (else (element-of-set? x (cdr set))))) (define (adjoin-set x set) (if (element-of-set? x set) set (cons x set))) (define (intersection-set set1 set2) (cond ((or (null? set1) (null? set2))…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbowmoq.hatenadiary.org%2Fentry%2F20090416%2F1239838900&quot; title=&quot; ex 2.59, 2.60 順序つけられていないリストとしての集合 - いらずんば&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>2009-04-16 08:41:40</published>
  <title> ex 2.59, 2.60 順序つけられていないリストとしての集合</title>
  <type>rich</type>
  <url>https://bowmoq.hatenadiary.org/entry/20090416/1239838900</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
