refined-with: Refinement types with an "refinement applied" switch.

[ data, deprecated, library, mit ] [ Propose Tags ]
Deprecated in favor of strongweak

Please see README.md.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0
Change log CHANGELOG.md
Dependencies aeson (>=2.0 && <2.1), base (>=4.14 && <5), deepseq (>=1.4 && <1.5), hashable (>=1.4 && <1.5), refined (>=0.6.3 && <0.7) [details]
License MIT
Author Ben Orchard
Maintainer Ben Orchard <thefirstmuffinman@gmail.com>
Category Data
Home page https://github.com/raehik/refined-with#readme
Bug tracker https://github.com/raehik/refined-with/issues
Source repo head: git clone https://github.com/raehik/refined-with
Uploaded by raehik at 2022-04-23T13:14:18Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 192 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for refined-with-0.3.0

[back to package description]

refined-with

Layer on top of Nikita Volkov's refined library to allow annotating data types with refinements, and a flag that indicates whether that refinement has been "applied".

See the Hackage documentation for details.