<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>its_out_of_tune</author_name>
  <author_url>https://blog.hatena.ne.jp/its_out_of_tune/</author_url>
  <blog_title>capriccioso String Creating(Object something){ return My.Expression(something); }</blog_title>
  <blog_url>https://its-out-of-tune.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
    <anon>Haskellチューリングマシン</anon>
  </categories>
  <description>前回、テープの走査をモナドに包む時に、テープの値と一緒に、「ヘッドのステータス」を状態として保持できるようにしました。 この値は単なるInt型として実装したのですが、明確なアイデンティティを与えるため、HeadStateという別名を付けました。 --ヘッドが保持するステータス type HeadStatus = Int --ヘッドの状態 (テープ、ステータス) data MachineState = MachineState { msTape :: Tape, msState :: HeadStatus } deriving Show伴って、関連する関数等の表記もこの型名に統一されています。 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fits-out-of-tune.hatenadiary.org%2Fentry%2F20120210%2F1328900124&quot; title=&quot;Haskellでチューリングマシン(4) 命令の実行処理を作成 - capriccioso String Creating(Object something){ return My.Expression(something); }&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-02-10 03:55:24</published>
  <title>Haskellでチューリングマシン(4) 命令の実行処理を作成</title>
  <type>rich</type>
  <url>https://its-out-of-tune.hatenadiary.org/entry/20120210/1328900124</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
