Cookbook/Compilers and interpreters
< Cookbook
GHC
TODO
GHCi
Problem | Solution | Examples |
---|---|---|
checking types | :t | Prelude> :t "Hello"
"Hello" :: [Char] |
Hugs
TODO
TODO
Problem | Solution | Examples |
---|---|---|
checking types | :t | Prelude> :t "Hello"
"Hello" :: [Char] |
TODO