Copy this bookmark:
GADTs for dummies - HaskellWiki
february 2012 by marmolubio
And here we finally come to GADTs! It's just a way to define data types using pattern matching and constants on the left side of "data" statements!
data
ghc
haskell
february 2012 by marmolubio