tagged-transformer: Monad transformer carrying an extra phantom type tag

[ bsd3, data, library, phantom-types ] [ Propose Tags ]

Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments


[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

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.5, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.7, 0.7.1, 0.8, 0.8.1, 0.8.2
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), comonad (>=4 && <6), contravariant (>=0.3 && <2), distributive (>=0.3 && <1), exceptions (>=0.6 && <1), mtl (>=2.0.1 && <2.4), reflection (>=1.1.6 && <3), semigroupoids (>=4 && <7), tagged (>=0.4.4 && <1) [details]
License BSD-3-Clause
Copyright 2011-2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by ryanglscott at 2023-03-12T19:12:50Z
Category Data, Phantom Types
Home page http://github.com/ekmett/tagged-transformer
Source repo head: git clone git://github.com/ekmett/tagged-transformer.git
Uploaded by ryanglscott at 2022-05-08T00:50:38Z
Distributions LTSHaskell:0.8.2, NixOS:0.8.2, Stackage:0.8.2
Reverse Dependencies 4 direct, 4 indirect [details]
Downloads 13710 total (72 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-05-08 [all 1 reports]

Readme for tagged-transformer-0.8.2

[back to package description]

tagged-transformer

Hackage Build Status

Monad transformer carrying an extra phantom type tag.