lifted-base-tf: lifted IO operations from the base library

[ bsd3, control, deprecated, library ] [ Propose Tags ]
Deprecated

Fork of lifted-base with type families rather than fundeps

lifted-base exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl.

Note that not all modules from base are converted yet. If you need a lifted version of a function from base, just ask me to add it or send me a patch.

The package includes a copy of the monad-peel testsuite written by Anders Kaseorg The tests can be performed using cabal test.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

  • No current members of group

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log NEWS
Dependencies base (>=4.3 && <5), basic (>=0.1 && <0.2), control (>=0.1.1 && <0.2) [details]
License BSD-3-Clause
Copyright (c) 2011-2012 Bas van Dijk, Anders Kaseorg
Author Bas van Dijk, Anders Kaseorg
Maintainer none
Revised Revision 3 made by MatthewFarkasDyck at 2020-04-10T05:01:56Z
Category Control
Home page https://github.com/basvandijk/lifted-base
Bug tracker https://github.com/basvandijk/lifted-base/issues
Uploaded by MatthewFarkasDyck at 2018-08-19T06:23:52Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 746 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-08-19 [all 1 reports]

Readme for lifted-base-tf-0.1.0.0

[back to package description]

Hackage Build Status

IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl

The package includes a copy of the monad-peel testsuite written by Anders Kaseorg The tests can be performed using cabal test.