transformers-base: Lift computations from the bottom of a transformer stack

[ bsd3, control, library ] [ Propose Tags ]

This package provides a straightforward port of monadLib's BaseM typeclass to transformers.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
orphaninstances

Import orphan Applicative instances for lazy and strict ST if needed

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.4.0.1, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.5.1, 0.4.5.2, 0.4.6
Dependencies base (>=3 && <4.4 || >=4.5 && <5), base-orphans (>=0.3), stm (>=2.3), transformers (>=0.2), transformers-compat (>=0.6.1) [details]
License BSD-3-Clause
Copyright 2011 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>, Bas van Dijk <v.dijk.bas@gmail.com>
Author Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>, Bas van Dijk <v.dijk.bas@gmail.com>
Maintainer Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Category Control
Home page https://github.com/mvv/transformers-base
Bug tracker https://github.com/mvv/transformers-base/issues
Source repo head: git clone https://github.com/mvv/transformers-base.git
Uploaded by MikhailVorozhtsov at 2021-08-01T21:25:26Z
Distributions Arch:0.4.6, Debian:0.4.5.2, Fedora:0.4.6, FreeBSD:0.4.4, LTSHaskell:0.4.6, NixOS:0.4.6, Stackage:0.4.6, openSUSE:0.4.6
Reverse Dependencies 402 direct, 7966 indirect [details]
Downloads 295364 total (265 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-08-01 [all 1 reports]

Readme for transformers-base-0.4.6

[back to package description]

Transformers-Base

Travis Hackage

This package provides a straightforward port of monadLib's BaseM typeclass to transformers.

Installation

The usual:

$ cabal install