7fff88d346
update to ghc-7.0.2. Unfortunately, there are some other ports that don't build with mtl-2 yet, so in the worst case i've to include mtl-1 within the ghc package and mtl-2 in this new port. Not yet linked to the build, of course.
6 lines
312 B
Plaintext
6 lines
312 B
Plaintext
Monad classes using functional dependencies, with instances for
|
|
various monad transformers, inspired by the paper `Functional
|
|
Programming with Overloading and Higher-Order Polymorphism', by
|
|
Mark P Jones, in `Advanced School of Functional Programming', 1995
|
|
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
|