monads-tf: Monad classes, using type families

[ bsd3, control, library ] [ Propose Tags ]
Versions [RSS] 0.0.0.0, 0.0.0.1, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.0.1
Change log changelog.md
Dependencies base (>=4.16 && <4.19), transformers (>=0.5.6 && <0.7) [details]
License BSD-3-Clause
Author Andy Gill
Maintainer Ross Paterson <ross@soi.city.ac.uk>, Chris Martin <chris@typeclasses.com>
Category Control
Home page https://github.com/typeclasses/monads-tf
Uploaded by chris_martin at 2023-07-10T19:03:09Z
Distributions Arch:0.1.0.3, Debian:0.1.0.3, Fedora:0.1.0.3, FreeBSD:0.1.0.2, LTSHaskell:0.3.0.1, NixOS:0.3.0.1
Reverse Dependencies 75 direct, 7889 indirect [details]
Downloads 61683 total (91 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-07-10 [all 1 reports]

Readme for monads-tf-0.3.0.1

[back to package description]

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.