<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yamaimo0625</author_name>
  <author_url>https://blog.hatena.ne.jp/yamaimo0625/</author_url>
  <blog_title>いものやま。</blog_title>
  <blog_url>https://yamaimo.hatenablog.jp/</blog_url>
  <categories>
    <anon>技術</anon>
    <anon>Haskell</anon>
  </categories>
  <description>昨日はGHCiでの複数行の入力と、オフサイドルールについて説明した。 今日は、GHCiでの型などの宣言と、型や識別子、モジュールの調査について。 GHCiでの型などの宣言 GHCiでは、普通のHaskellのソースコードと同じように、型や型クラスを宣言したり、型クラスのインスタンスを宣言することが出来る。 例えば、二分木を表すTree aという型を宣言してみると、以下のようになる： Prelude&gt; :{ Prelude| data Tree a = Leaf { element :: a } Prelude| | Fork { element :: a Prelude| , left :: …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyamaimo.hatenablog.jp%2Fentry%2F2016%2F01%2F26%2F200000&quot; title=&quot;GHCの使い方を調べてみた。（その7） - いものやま。&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>2016-01-26 20:00:00</published>
  <title>GHCの使い方を調べてみた。（その7）</title>
  <type>rich</type>
  <url>https://yamaimo.hatenablog.jp/entry/2016/01/26/200000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
