<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bellbind</author_name>
  <author_url>https://blog.hatena.ne.jp/bellbind/</author_url>
  <blog_title>ラシウラ</blog_title>
  <blog_url>https://bellbind.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>Agda2では、dataで定義したデータ型は有限で、それを利用する再帰関数も停止性が証明できないといけないけれど、codataは、停止しない再帰関数を記述することができます。定義は、ラベルがcodataである以外、dataと同じです。以下のStream Aは、List Aと同じ構造ですが、有限である必要がないので、nil相当のコンストラクタはcodataには不要です。むしろnil相当が存在しないことで、このcodataが必ず無限であることをあらわしています。 codata Stream (A : Set) : Set where stream : A -&gt; Stream A -&gt; Stream…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbellbind.hatenadiary.org%2Fentry%2F20080729%2F1217328830&quot; title=&quot;Agda2のcodata定義 - ラシウラ&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-07-29 19:53:50</published>
  <title>Agda2のcodata定義</title>
  <type>rich</type>
  <url>https://bellbind.hatenadiary.org/entry/20080729/1217328830</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
