<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://stricter.org/other/diary/latest">
<title>日記 - stricter.org (via ?A)</title>
<link>http://stricter.org/other/diary/latest</link>
<description>はてなアンテナで取得された更新情報を元に作成した、「日記 - stricter.org」(http://stricter.org/other/diary/latest)のRSSです。配布元: http://www.kinet.or.jp/kits/hatena-rss/</description>
<dc:date>2010-08-29T11:21:40+09:00</dc:date>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://stricter.org/other/diary/latest#datetime20100829112140" />
  <rdf:li rdf:resource="http://stricter.org/other/diary/latest#datetime20100826053622" />
  <rdf:li rdf:resource="http://stricter.org/other/diary/latest#datetime20100826001408" />
  <rdf:li rdf:resource="http://stricter.org/other/diary/latest#datetime20100812081650" />
  <rdf:li rdf:resource="http://stricter.org/other/diary/latest#datetime20100811215319" />
 </rdf:Seq>
</items>
<image rdf:resource="http://screenshot.hatena.ne.jp/images/80x60/d/0/4/1/f/f31e2c821c6bb8acdc2b3f769f4cb5c618d.jpg" />
</channel>

<image rdf:about="http://screenshot.hatena.ne.jp/images/80x60/d/0/4/1/f/f31e2c821c6bb8acdc2b3f769f4cb5c618d.jpg">
<title>「日記 - stricter.org」のスクリーンショット</title>
<url>http://screenshot.hatena.ne.jp/images/80x60/d/0/4/1/f/f31e2c821c6bb8acdc2b3f769f4cb5c618d.jpg</url>
<link>http://stricter.org/other/diary/latest</link>
</image>

<item rdf:about="http://stricter.org/other/diary/latest#datetime20100829112140">
<title>Permalink | コメント(3) | トラックバック(</title>
<link>http://stricter.org/other/diary/latest#datetime20100829112140</link>
<dc:date>2010-08-29T11:21:40+09:00</dc:date>
<content:encoded>Permalink | コメント(3) | トラックバック(0)</content:encoded>
</item>

<item rdf:about="http://stricter.org/other/diary/latest#datetime20100826053622">
<title>Permalink | コメント(1) | トラックバック(</title>
<link>http://stricter.org/other/diary/latest#datetime20100826053622</link>
<dc:date>2010-08-26T05:36:22+09:00</dc:date>
<content:encoded>Permalink | コメント(1) | トラックバック(0)</content:encoded>
</item>

<item rdf:about="http://stricter.org/other/diary/latest#datetime20100826001408">
<title>2010-08-25</title>
<link>http://stricter.org/other/diary/latest#datetime20100826001408</link>
<dc:date>2010-08-26T00:14:08+09:00</dc:date>
<content:encoded>2010-08-25&lt;br />Haskell に欲しいリスト&lt;br />Programming, Haskell&lt;br />こういうのが欲しい。&lt;br />data ListC c a = Empty | Cons a (c (ListC c a))&lt;br />で、例えば、&lt;br />Cons 1 $ Identity Empty :: ListC Identity Int&lt;br />というような形で普通のリストが表現できたり、&lt;br />Cons 1 $ Nothing :: ListC M</content:encoded>
</item>

<item rdf:about="http://stricter.org/other/diary/latest#datetime20100812081650">
<title>2010-08-12</title>
<link>http://stricter.org/other/diary/latest#datetime20100812081650</link>
<dc:date>2010-08-12T08:16:50+09:00</dc:date>
<content:encoded>2010-08-12&lt;br />Cocoa Emacs のフォント設定が良く分からない&lt;br />Emacs&lt;br />最近 Vim 派から Emacs 派に改宗しました。とりあえず ddskk を改造して▽などのターミナルで表示がおかしくなる記号を排除してみたり、そこそこ順調な気がしています。&lt;br />http://gist.github.com/516772&lt;br />それで</content:encoded>
</item>

<item rdf:about="http://stricter.org/other/diary/latest#datetime20100811215319">
<title>glob</title>
<link>http://stricter.org/other/diary/latest#datetime20100811215319</link>
<dc:date>2010-08-11T21:53:19+09:00</dc:date>
<content:encoded>glob&lt;br />Programming, Haskell&lt;br />{-# LANGUAGE FlexibleContexts #-}&lt;br />module Main where&lt;br />import Data.Char&lt;br />import Control.Applicative&lt;br />import Text.Parsec hiding (many, optional, (&lt;|>))&lt;br />import System.FilePath&lt;br />type Matcher a = [a] -> [[a]]&lt;br />match :: Matcher a -&amp;</content:encoded>
</item>

</rdf:RDF>