-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I was searching for an instance of Arbitrary (Data.List.NonEmpty.NonEmpty _)
, i.e., a type defined in base
, and looked up the docs for this package.
Lines 3 to 7 in 05bf6a4
This package provides instances for the classes in the QuickCheck Haskell library. | |
QuickCheck itself doesn't ship with instances for types outsde of the `base` package, however there are a lot more types which are commonly used within Haskell libraries and programs. | |
We aim to provide instances for the types which ship with the Haskell Platform, however we only add them as the maintainer needs them or as patches are received, so we may lag behind the platform itself. |
qc-instances/src/Test/QuickCheck/Instances.hs
Lines 2 to 8 in 05bf6a4
Instances are provided for the types in the packages: | |
* array | |
* bytestring | |
* case-insensitive |
It does not say (yet) that it provides instance for
base
.This might be documentation bit-rot, since originally non-empty lists were not part of
base
.
I think README and docs should be updated to reflect the current situation.
Maybe also this sentence:
Line 9 in 05bf6a4
Patches are always welcome! |
See also:
Metadata
Metadata
Assignees
Labels
No labels