| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cursor.List.NonEmpty.Gen
Contents
Documentation
nonEmptyElemOf :: NonEmptyCursor a a -> Gen a Source #
nonEmptyWithIndex0 :: Gen a -> Gen (NonEmptyCursor a a) Source #
nonEmptyWith :: a -> Gen a -> Gen (NonEmptyCursor a a) Source #
Orphan instances
| (GenUnchecked a, GenUnchecked b) => GenUnchecked (NonEmptyCursor a b) Source # | |
Methods genUnchecked :: Gen (NonEmptyCursor a b) # shrinkUnchecked :: NonEmptyCursor a b -> [NonEmptyCursor a b] # | |
| (GenValid a, GenValid b) => GenValid (NonEmptyCursor a b) Source # | |
Methods genValid :: Gen (NonEmptyCursor a b) # shrinkValid :: NonEmptyCursor a b -> [NonEmptyCursor a b] # | |