<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xml:lang="ja">
<channel rdf:about="http://haskell.g.hatena.ne.jp/keywordlist?mode=rss">
	<title>haskell キーワード一覧</title>
	<link>http://haskell.g.hatena.ne.jp/keywordlistキーワード一覧</link>
	<description>haskell キーワード一覧</description>
	<items>
	<rdf:Seq>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E3%83%A2%E3%83%8A%E3%83%89%E3%81%AE%E3%81%99%E3%81%B9%E3%81%A6"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/WinGhci"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E5%AF%BE%E8%A9%B1%E7%92%B0%E5%A2%83"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/GHCi"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/FFI"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/quickCheck"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E4%B8%80%E6%96%B9%E5%90%91%E3%83%A2%E3%83%8A%E3%83%89"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/rtype"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/hoogle"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/length%E6%B1%9A%E6%9F%93"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/Haskell%20B%2E%20Curry"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/Y%E3%82%B3%E3%83%B3%E3%83%93%E3%83%8D%E3%83%BC%E3%82%BF"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%A0"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E7%B0%A1%E7%B4%84"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E3%82%BB%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/href"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/haskell%2Dmode"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E8%A9%95%E4%BE%A1"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E7%9B%B8%E4%BA%92%E5%86%8D%E5%B8%B0"/>
		<rdf:li rdf:resource="http://haskell.g.hatena.ne.jp/keyword/%E5%86%8D%E5%B8%B0"/>
	</rdf:Seq>
	</items>
</channel>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E3%83%A2%E3%83%8A%E3%83%89%E3%81%AE%E3%81%99%E3%81%B9%E3%81%A6">
	<title>モナドのすべて</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E3%83%A2%E3%83%8A%E3%83%89%E3%81%AE%E3%81%99%E3%81%B9%E3%81%A6</link>
	<description> http://www.sampou.org/haskell/a-a-monads/html/ モナド入門文書であるAll About Monadsのnobsunさんによる日本語訳。 </description>
	<dc:date>2009-05-14T21:24:00+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/WinGhci">
	<title>WinGhci</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/WinGhci</link>
	<description> * http://code.google.com/p/winghci/  ghciのGUIフロントエンド。Windows専用。</description>
	<dc:date>2009-05-14T20:57:24+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E5%AF%BE%E8%A9%B1%E7%92%B0%E5%A2%83">
	<title>対話環境</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E5%AF%BE%E8%A9%B1%E7%92%B0%E5%A2%83</link>
	<description>(intaractive environment)  GHCではGHCi,Hugsではhugs</description>
	<dc:date>2008-02-16T02:40:46+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/GHCi">
	<title>GHCi</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/GHCi</link>
	<description>GHCに付属しているインタプリタ。</description>
	<dc:date>2006-07-25T18:20:16+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/FFI">
	<title>FFI</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/FFI</link>
	<description>Foreign Function Interface の略。  単純に言うと、他言語で書かれたプログラムの関数を呼出したり、他の言語から関数を呼出したりする仕組み。</description>
	<dc:date>2006-06-22T18:33:00+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/quickCheck">
	<title>quickCheck</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/quickCheck</link>
	<description>Quickchekオンラインマニュアル部分訳 http://www.cs.chalmers.se/~rjmh/QuickCheck/manual.html QuickCheckって何？ QuickCheckはHaskellのプログラムを自動的にテストするツールです。 プログラマーはプログラム内で関数が満たすべき特性を与えることで仕様を定義します。 そうするとQuickCheckは、ランダムに生成された様々なテストケースについて、その特性が保たれているかテストします。  仕様はHaskellで表現されます。 ...</description>
	<dc:date>2006-06-19T23:07:20+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E4%B8%80%E6%96%B9%E5%90%91%E3%83%A2%E3%83%8A%E3%83%89">
	<title>一方向モナド</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E4%B8%80%E6%96%B9%E5%90%91%E3%83%A2%E3%83%8A%E3%83%89</link>
	<description>モナドの一種。   returnを通じてモナドに値を入れることが出来るが、その値を取り出すことは出来ない様に実装されている物。IOモナドなど。 主に副作用を吸収する役割で使われる。</description>
	<dc:date>2006-06-18T09:23:33+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/rtype">
	<title>rtype</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/rtype</link>
	<description>Haskellで書かれたrubyインタープリター。  http://mono.kmc.gr.jp/~oxy/hiki.cgi?rtype</description>
	<dc:date>2006-06-16T21:34:44+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/hoogle">
	<title>hoogle</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/hoogle</link>
	<description>haskellのAPI検索  名前だけでなく、関数の型でも検索ができる  http://haskell.org/hoogle/</description>
	<dc:date>2006-06-16T21:32:39+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/length%E6%B1%9A%E6%9F%93">
	<title>length汚染</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/length%E6%B1%9A%E6%9F%93</link>
	<description>lengthというeagerな関数を使うと、無限リストが扱えなくなってしまうこと。 http://haskell.g.hatena.ne.jp/taninsw/20060616/p1 より。  </description>
	<dc:date>2006-06-16T06:57:17+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/Haskell%20B%2E%20Curry">
	<title>Haskell B. Curry</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/Haskell%20B%2E%20Curry</link>
	<description>論理学者  純粋関数型言語&amp;quot;Haskell&amp;quot;や,部分適用の仕組みである&amp;quot;カリー化&amp;quot;は、 ともに、この論理学者の名前に由来している。 </description>
	<dc:date>2006-06-16T01:52:09+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/Y%E3%82%B3%E3%83%B3%E3%83%93%E3%83%8D%E3%83%BC%E3%82%BF">
	<title>Yコンビネータ</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/Y%E3%82%B3%E3%83%B3%E3%83%93%E3%83%8D%E3%83%BC%E3%82%BF</link>
	<description>Curryの不動点演算子。  Haskellでは次のように１行で書ける. . y f = f (y f) </description>
	<dc:date>2006-06-16T01:48:54+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%A0">
	<title>ストリーム</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%A0</link>
	<description>→無限リスト</description>
	<dc:date>2006-06-16T01:39:59+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E7%B0%A1%E7%B4%84">
	<title>簡約</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E7%B0%A1%E7%B4%84</link>
	<description>→リダクション</description>
	<dc:date>2006-06-16T01:36:04+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E3%82%BB%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3">
	<title>セクション</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E3%82%BB%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3</link>
	<description>中置二項演算子への部分適用を行う構文. 第二引数に対しても部分適用が出来る.   </description>
	<dc:date>2006-06-16T01:34:38+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/href">
	<title>href</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/href</link>
	<description>青木峰郎氏が制作した、Haskellの日本語リファレンスをコマンドラインから引くことが出来るツール.  Haskellで作られている。  実行例   ghci上で使いたい場合は  とでもすればいい </description>
	<dc:date>2006-06-16T01:30:00+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/haskell%2Dmode">
	<title>haskell-mode</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/haskell%2Dmode</link>
	<description>Emacs用メジャーモード  構文強調表示 オートインデント 関数にポインタを置くと、その型がmini-bufferに表示される. 対話環境(GHCi,Hugs)をEmacs環境内で実行 メニューから各宣言へのジャンプ  http://www.haskell.org/haskell-mode/</description>
	<dc:date>2006-06-16T01:21:08+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E8%A9%95%E4%BE%A1">
	<title>評価</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E8%A9%95%E4%BE%A1</link>
	<description>(evalute)</description>
	<dc:date>2006-06-16T01:11:32+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E7%9B%B8%E4%BA%92%E5%86%8D%E5%B8%B0">
	<title>相互再帰</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E7%9B%B8%E4%BA%92%E5%86%8D%E5%B8%B0</link>
	<description>(matual recursive) 複数の関数がお互いに関数を呼び出し合って全体として再帰的になっているような関数間の性質。</description>
	<dc:date>2006-06-16T01:10:13+09:00</dc:date>
</item>
<item rdf:about="http://haskell.g.hatena.ne.jp/keyword/%E5%86%8D%E5%B8%B0">
	<title>再帰</title>
	<link>http://haskell.g.hatena.ne.jp/keyword/%E5%86%8D%E5%B8%B0</link>
	<description>(recursive)  自分自身を呼び出すような関数の性質.</description>
	<dc:date>2006-06-16T01:09:19+09:00</dc:date>
</item>
</rdf:RDF>

