Checkpoint: Working my way through Typing Haskell in Haskell.

This commit is contained in:
2016-06-20 18:31:12 -07:00
parent 89a7df58e5
commit 156120fbec
10 changed files with 430 additions and 143 deletions

View File

@@ -6,3 +6,5 @@ primitive type Word = "u64"
one :: Word
one = 1
id :: a -> a
id x = x