<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itchyny</author_name>
  <author_url>https://blog.hatena.ne.jp/itchyny/</author_url>
  <blog_title>プログラムモグモグ</blog_title>
  <blog_url>https://itchyny.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>最近考えていることを述べます. 代数的構造と準同型写像に関する考察です. 特に必要な知識は無いつもりですが, Haskellのコードを読めると嬉しいです. import Prelude hiding 以下のものを隠しておいて下さい. import Prelude hiding ((+), (++), length, True, False, Bool) 自然数とリストの定義 まず, 自然数(非負整数)とリストの定義からスタートします. data Nat = Zero | Succ Nat deriving (Show, Eq) 自然数はこんな感じです. ペアノの公理ですね. ここでは, 表示で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitchyny.hatenablog.com%2Fentry%2F20111231%2F1325313945&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>http://cdn-ak.f.st-hatena.com/images/fotolife/i/itchyny/20111231/20111231002609.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-12-31 15:45:45</published>
  <title>代数的データ型と準同型写像</title>
  <type>rich</type>
  <url>https://itchyny.hatenablog.com/entry/20111231/1325313945</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
