quickcheck-text: Alternative arbitrary instance for Text

[ library, mit, text ] [ Propose Tags ]

The usual Arbitrary instance for Text (in quickcheck-instances) only has single-byte instances and so isn't an ideal representation of a valid UTF-8 character. This package has generators for one-, two- and three-byte UTF-8 characters (all that are currently in use).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.2.1
Dependencies base (>=4.7 && <5), binary, bytestring, QuickCheck, text [details]
License MIT
Copyright 2015 Sharif Olorin
Author Sharif Olorin
Maintainer sio@tesser.org
Category Text
Source repo head: git clone git@github.com:olorin/quickcheck-instances.git
Uploaded by fractalcat at 2015-09-08T06:50:47Z
Distributions Arch:0.1.2.1, Debian:0.1.2.1, LTSHaskell:0.1.2.1, NixOS:0.1.2.1, Stackage:0.1.2.1
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 16944 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-08 [all 1 reports]

Readme for quickcheck-text-0.1.0.0

[back to package description]

quickcheck-text

The usual Arbitrary instance for Text (in quickcheck-instances) only has single-byte instances and so isn't an ideal representation of a valid UTF-8 character. This package has generators for one-, two- and three-byte UTF-8 characters (all that are currently in use).