Skip to content

Instantly share code, notes, and snippets.

@tokiwoousaka
Created January 30, 2016 06:37
Show Gist options
  • Save tokiwoousaka/f1b13e47aac1fbd82047 to your computer and use it in GitHub Desktop.
Save tokiwoousaka/f1b13e47aac1fbd82047 to your computer and use it in GitHub Desktop.
# 日比野さんの資料
1. 出来る事を確認
2. 中身の責任を簡単な説明
3. ディレクトリ構成のざっくりした説明
# 面白いモジュール
##パッケージとか
* __relational-query__ ← DSLの部分
+ モナド変換子
+ だいたいこれを読む感じ
* persistable-record ← SQLのデータとHaskellのデータの橋渡し
+ ParserとPrinter
##モジュールとか
* Database.Relational.Query.Monad.Class
+ instanceが入ってる
* Database.Relational.Query.Monad.Trans
+ implementation
#幽霊型のアンタイプ
* 例:Order By
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment