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

[ bsd3, data, library, phantom-types ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

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, 0.8.3
Change log CHANGELOG.markdown
Dependencies base (>=4.9 && <5), comonad (>=4 && <6), contravariant (>=0.3 && <2), distributive (>=0.3 && <1), exceptions (>=0.10 && <1), mtl (>=2.2 && <2.4), reflection (>=1.1.6 && <3), semigroupoids (>=4 && <7), tagged (>=0.4.4 && <1) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.6, ghc ==9.8.4, ghc ==9.10.1, ghc ==9.12.1
License BSD-3-Clause
Copyright 2011-2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
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 2024-12-06T11:01:29Z
Distributions LTSHaskell:0.8.3, NixOS:0.8.2, Stackage:0.8.3
Reverse Dependencies 4 direct, 4 indirect [details]
Downloads 14197 total (83 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-12-06 [all 1 reports]

Readme for tagged-transformer-0.8.3

[back to package description]

tagged-transformer

Hackage Build Status

Monad transformer carrying an extra phantom type tag.