marmolubio + ghc 6
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
7.4. Extensions to data types and type synonyms
february 2012 by marmolubio
When pattern matching, these constraints are made available to discharge constraints in the body of the match.
haskell
ghc
february 2012 by marmolubio
1.7. Release notes for version 7.4.1
february 2012 by marmolubio
The Language.Haskell.TH.Syntax.Quasi class now has a qAddDependentFile method, which splices can use to indicate that the result of the splice depends upon the contents of a file. This tells the compiler that if the file has changed then it will need to recompile the module containing the splice.
haskell
ghc
february 2012 by marmolubio