quickcheck-text: Alternative arbitrary instance for Text

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.0, 0.1.2.0, 0.1.2.1
Change log None available
Dependencies base (>=4.7 && <5), binary, bytestring, QuickCheck, text [details]
License MIT
Copyright 2015-2016 Sharif Olorin and others
Author Sharif Olorin
Maintainer sio@tesser.org
Category Text
Home page https://github.com/olorin/quickcheck-text
Source repo head: git clone git@github.com:olorin/quickcheck-text.git
Uploaded by fractalcat at 2016-06-19T05:36:15Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for quickcheck-text-0.1.1.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).