A Gentle Introduction to Haskell, Version 98| www.haskell.org
In this post, we extend our language with let/in expressions and lambda functions.| danilafe.com
In this post, we extend our compiler's typechecking algorithm to implement the Hindley-Milner type system, allowing for polymorphic functions.| danilafe.com
In this post, we combine our compiler's tokenizer with a parser, allowing us to extract structure from input source code.| danilafe.com