2/9 練習メモ

Ctrl + D -> terminalを落とす。screenの時とか。


git: git checkout -b [branch name]
ブランチを作って移動する。
現在のworking状況(addやcommitしていないファイル)を引き継いでブランチを移動。


単相性限定っていうものがあるらしい。
なんかこわいらしい。


Progrmming Haskell P.43
練習問題1, 2をHaskellOCamlで。
https://github.com/a-hisame/FunctionalPractice/tree/prac4