-
-
Save tokiwoousaka/f1b13e47aac1fbd82047 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 日比野さんの資料 | |
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