<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ytqwerty</author_name>
  <author_url>https://blog.hatena.ne.jp/ytqwerty/</author_url>
  <blog_title>Note</blog_title>
  <blog_url>https://ytqwerty.hatenadiary.org/</blog_url>
  <categories>
    <anon>OCaml</anon>
  </categories>
  <description>アップキャスト/ダウンキャストのメモ。 # type super = [`a | `b | `c];; type super = [ `a | `b | `c ] # type sub = [`a | `b];; type sub = [ `a | `b ] # ((`a : sub) :&gt; super);; - : super = `a # match (`a: super) with #sub as x -&gt; x | `c -&gt; assert false;; - : [&gt; sub ] = `a やはり私は部分範囲型が大好きなんだなあと実感中。Pascalと異なり宣言上で連続している必要が無…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fytqwerty.hatenadiary.org%2Fentry%2F20090207%2Fp1&quot; title=&quot; 多相バリアント - Note&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>2009-02-07 00:00:00</published>
  <title> 多相バリアント</title>
  <type>rich</type>
  <url>https://ytqwerty.hatenadiary.org/entry/20090207/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
