<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>troter</author_name>
  <author_url>https://blog.hatena.ne.jp/troter/</author_url>
  <blog_title>放牧日記</blog_title>
  <blog_url>https://troter.hatenablog.jp/</blog_url>
  <categories>
    <anon>prolog</anon>
  </categories>
  <description>差分リストといいつつ、lastはただのリストの練習だった。 last my_last([_, Head | Rest], Result) :- my_last([Head | Rest], Result). my_last([Result | []], Result). slices split_at(N, [Lcar | Lcdr], [Lcar | F], R) :- N &gt; 0, N1 is N - 1, split_at(N1, Lcdr, F, R), !. split_at(_, [], [], []). split_at(0, L, [], L). slices(List, N,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftroter.hatenablog.jp%2Fentry%2F20080419%2F1208592939&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>2008-04-19 17:15:39</published>
  <title> 差分リストの練習 その３</title>
  <type>rich</type>
  <url>https://troter.hatenablog.jp/entry/20080419/1208592939</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
