<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moremagic</author_name>
  <author_url>https://blog.hatena.ne.jp/moremagic/</author_url>
  <blog_title>moremagic’s diary</blog_title>
  <blog_url>https://moremagic.hateblo.jp/</blog_url>
  <categories>
    <anon>Scheme手習い</anon>
  </categories>
  <description>member? は lat? が #f になる場合はすべてのS式に対して評価されない 例えばこんな感じ。 (member? 'aaa '(bbaab ccc (ddd bbb aaa) bbb)) ; #f member? を memberX? として再定義してみた。 (define memberX? (lambda (a lat) (cond ((null? lat) false) ((eq? a (car lat)) true) ((not (atom? (car lat))) (memberX? a (car lat))) (else (memberX? a (cdr lat))))))…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoremagic.hateblo.jp%2Fentry%2F20130614%2F1371221129&quot; title=&quot;（脱線）member?　を改造してみた - moremagic’s diary&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>2013-06-14 23:45:29</published>
  <title>（脱線）member?　を改造してみた</title>
  <type>rich</type>
  <url>https://moremagic.hateblo.jp/entry/20130614/1371221129</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
