packages feed

nonempty-wrapper-quickcheck-0.1.0.1: README.md

# nonempty-wrapper-QuickCheck

Create NonEmpty version of any container.

`QuickCheck` `instance`.

## Example:

```
type NonEmptyText = NonEmpty Text
```