<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cranebird</author_name>
  <author_url>https://blog.hatena.ne.jp/cranebird/</author_url>
  <blog_title>cranebirdの日記</blog_title>
  <blog_url>https://cranebird.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>オートマトンの続き。先に書いた例は簡潔だけど、状態遷移関数に相当するものがパターンマッチの中に埋め込まれている。このままでは、オートマトンを新しく定義するためには Eval が必要になる、ように思える。Eval を使うのはたぶん良くない。 しばらく考えて遷移をデータ型にしてみることにした。 module Fa where import System.Environment data State = State String deriving (Eq, Show) type Symbol = Char type Alphabet = [Symbol] data Transition = Tran…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcranebird.hatenadiary.org%2Fentry%2F20120401%2F1333249268&quot; title=&quot; Haskell でオートマトン(2) - cranebirdの日記&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>2012-04-01 12:01:08</published>
  <title> Haskell でオートマトン(2)</title>
  <type>rich</type>
  <url>https://cranebird.hatenadiary.org/entry/20120401/1333249268</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
