| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Servant.Util.Combinators.Sorting.Arbitrary
Contents
Description
Manual construction of sorting spec.
Orphan instances
| Arbitrary SortingOrder Source # | |
| (ReifySortingItems base, ReifyParamsNames provided) => Arbitrary (SortingSpec provided base) Source # | |
Methods arbitrary :: Gen (SortingSpec provided base) # shrink :: SortingSpec provided base -> [SortingSpec provided base] # | |