tagged: Haskell 98 phantom types to avoid unsafely passing dummy arguments

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

Haskell 98 phantom types to avoid unsafely passing dummy arguments


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
deepseq

You can disable the use of the deepseq package using `-f-deepseq`.

Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

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.0, 0.1.0, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.3, 0.2.3.1, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.2.1, 0.4.3, 0.4.4, 0.4.5, 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.8, 0.8.0.1, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.6.1, 0.8.7, 0.8.8
Change log CHANGELOG.markdown
Dependencies base (>=2 && <5), deepseq (>=1.1 && <1.5), ghc-prim, template-haskell (>=2.8 && <2.12) [details]
License BSD-3-Clause
Copyright 2009-2015 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
Bug tracker http://github.com/ekmett/tagged/issues
Source repo head: git clone git://github.com/ekmett/tagged.git
Uploaded by ryanglscott at 2016-04-23T19:49:33Z
Distributions Arch:0.8.8, Debian:0.8.6, Fedora:0.8.7, FreeBSD:0.8.1, LTSHaskell:0.8.8, NixOS:0.8.8, Stackage:0.8.8, openSUSE:0.8.8
Reverse Dependencies 362 direct, 14289 indirect [details]
Downloads 373532 total (493 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for tagged-0.8.4

[back to package description]

tagged

Values carrying an extra phantom type tag.