@hackage monads-tf0.3.0.1
Monad classes, using type families
Categories
License
BSD-3-Clause
Maintainer
Ross Paterson <ross@soi.city.ac.uk>, Chris Martin <chris@typeclasses.com>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Tested Compilers
Dependencies (2)
- base ^>=4.16 || ^>=4.17 || ^>=4.18 || ^>=4.19 || ^>=4.20 || ^>=4.21
- transformers ^>=0.5.6 || ^>=0.6 Show all…
Dependents (82)
@hackage/anansi, @hackage/gnutls, @hackage/contstuff-monads-tf, @hackage/jsonextfilter, @hackage/haste-lib, @hackage/hCsound, Show all…
Monad classes using type families, 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.
This package is almost a compatible replacement for the mtl-tf package.