<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzsms</author_name>
  <author_url>https://blog.hatena.ne.jp/mzsms/</author_url>
  <blog_title>mzsmsの雑記</blog_title>
  <blog_url>https://mzsms.hatenadiary.org/</blog_url>
  <categories>
    <anon>Haskell</anon>
  </categories>
  <description>GHC(6.10.4)で日本語を気持ちよく使えるために試行錯誤している。まず、次のようにコードの先頭に書くと、ちょっと便利 import Prelude hiding (print, putStr, putStrLn) import System.IO.UTF8 data String' = S' String instance Show String' where show (S' s) = &quot;\&quot;&quot; ++ s ++ &quot;\&quot;&quot; *Main&gt; print (&quot;ほげ&quot;, &quot;ふが&quot;) (&quot;\12411\12370&quot;,&quot;\12405\12364&quot;) *Main&gt; print (S' &quot;ほげ&quot;, S'…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzsms.hatenadiary.org%2Fentry%2F20100324%2F1269438802&quot; title=&quot; GHCと日本語・試行錯誤中 - mzsmsの雑記&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-03-24 22:53:22</published>
  <title> GHCと日本語・試行錯誤中</title>
  <type>rich</type>
  <url>https://mzsms.hatenadiary.org/entry/20100324/1269438802</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
