<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shigemk2</author_name>
  <author_url>https://blog.hatena.ne.jp/shigemk2/</author_url>
  <blog_title>by shigemk2</blog_title>
  <blog_url>https://www.shigemk2.com/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>Haskellは、特定の型クラスのインスタンス宣言を自動導出(derive)する能力を備えている。 自動導出出来る型クラスは、Eq Ord Enum Bounded Show Readである。 自作のデータ型を作るとき、derivingキーワードを使えば、Haskellがこれらの型クラスの文脈で振る舞いを自動導出してくれる。 data Person = Person { firstName :: String , lastName :: String , age :: Int } deriving (Eq) mikeK = Person {firstName = &quot;Michael&quot;, last…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F20130317%2F1363503307&quot; title=&quot;自動導出 - by shigemk2&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>2013-03-17 15:55:07</published>
  <title>自動導出</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/20130317/1363503307</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
