<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>myuon_myon</author_name>
  <author_url>https://blog.hatena.ne.jp/myuon_myon/</author_url>
  <blog_title>Just $ A sandbox</blog_title>
  <blog_url>https://myuon-myon.hatenablog.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>Haskellで型レベルプログラミング(あるいはごく簡単な証明)を書くときに, DataKindsでデータ型をそのまま持ち上げると困る場面がある. {-# LANGUAGE DataKinds, GADTs, TypeOperators, TypeFamilies #-} data a :=: b where Refl :: a :=: a data Nat = Zero | Succ Nat type family (:+:) a b where Zero :+: n = n (Succ n) :+: m = Succ (n :+: m) と定義した時, 「任意の自然数nについてn+0=n」…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmyuon-myon.hatenablog.com%2Fentry%2F2015%2F06%2F14%2F222142&quot; title=&quot;DataKindsとGADTの使い方について - Just $ A sandbox&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>2015-06-14 22:21:42</published>
  <title>DataKindsとGADTの使い方について</title>
  <type>rich</type>
  <url>https://myuon-myon.hatenablog.com/entry/2015/06/14/222142</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
