blob: 2145bf1b526e973ed710a7ed74bec6cdeb459f5c (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: https://github.com/ekmett/mtl
|