What's the type of a type? Can a type abstract over polymorphic types? Find the answers to these questions in our article on kinds in Haskell.| Kinds and Higher-Kinded Types in Haskell
Documentation| hackage.haskell.org
Signed integer types| hackage.haskell.org
Documentation| hackage.haskell.org
Monoid typeclass| hackage.haskell.org
The type of non-empty streams| hackage.haskell.org
Documentation| hackage.haskell.org
Methods| hackage.haskell.org
In the second part of our Parsing With Haskell series, we cover Happy – a Haskell parser generator.| Parsing With Haskell (Part 2): Parsing With Happy