Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
genListSubSpec :: ListSpec spec -> specgrisette Grisette.Internal.Core.Data.Class.GenSym Each element in the lists will be generated with the sub-specification
genSimpleListLength :: SimpleListSpec spec -> Intgrisette Grisette.Internal.Core.Data.Class.GenSym The length of the generated list
genSimpleListSubSpec :: SimpleListSpec spec -> specgrisette Grisette.Internal.Core.Data.Class.GenSym Each element in the list will be generated with the sub-specification
data
StrategyList (container :: Type -> Type)grisette Grisette.Internal.Core.Data.Class.Mergeable Helper type for building efficient merge strategy for list-like containers.
-
grisette Grisette.Internal.Core.Data.Class.Mergeable No documentation available.
-
grisette Grisette.Internal.Core.Data.Class.Mergeable Helper function for building efficient merge strategy for list-like containers.
-
grisette Grisette.Internal.Core.Data.Class.PPrint Generic liftPFormatList function.
genericPFormatList :: (Generic a, GPPrint Arity0 (Rep a)) => [a] -> Doc anngrisette Grisette.Internal.Core.Data.Class.PPrint Generic pformatList function.
gpformatList :: (GPPrint arity f, HasCallStack) => PPrintArgs arity a ann -> [f a] -> Doc anngrisette Grisette.Internal.Core.Data.Class.PPrint No documentation available.
liftPFormatList :: PPrint1 f => (Int -> a -> Doc ann) -> ([a] -> Doc ann) -> [f a] -> Doc anngrisette Grisette.Internal.Core.Data.Class.PPrint Lift a pretty-printer to list of values with unary type constructors.