<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yamamucho</author_name>
  <author_url>https://blog.hatena.ne.jp/yamamucho/</author_url>
  <blog_title>酔いどれコード</blog_title>
  <blog_url>https://yamamucho.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>Haskell は関数型言語。オブジェクト指向言語ではない。クラスって概念があるとはつゆ知らず。それに気付いたのは、つい先日。 はじめ、Char 同士の比較をするのに Char から Int に変換し、それを比較していた。時間が経つにつれ、変換して比較せずとも直接比較できることに気付いた。 なぜかというと、Char 型は Ord クラスのインスタンスだから。Ord はその名の通り順序に関するクラス。ほとんどの型が Ord クラスのインスタンスのようだ。 ただ、同じ Ord クラスのインスタンスでも型が違うとエラーが発生する。 Prelude&gt; 'a' &gt; 'b' False Prelude&gt; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyamamucho.hatenadiary.org%2Fentry%2F20100214%2F1266143346&quot; title=&quot;class - 酔いどれコード&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>2010-02-14 19:29:06</published>
  <title>class</title>
  <type>rich</type>
  <url>https://yamamucho.hatenadiary.org/entry/20100214/1266143346</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
