Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pMapToList :: forall (c :: Type -> Type) v . Foldable c => PMap c v -> [(Text, v)]greskell Data.Greskell.PMap List up all entries.
-
grisette Grisette.Internal.Core.Data.Class.GenSym Specification for list generation of a specific length.
>>> runFresh (simpleFresh (SimpleListSpec 2 ())) "c" :: [SymBool] [c@0,c@1]
SimpleListSpec :: Int -> spec -> SimpleListSpec specgrisette Grisette.Internal.Core.Data.Class.GenSym No documentation available.
genListMaxLength :: ListSpec spec -> Intgrisette Grisette.Internal.Core.Data.Class.GenSym The maximum length of the generated lists
genListMinLength :: ListSpec spec -> Intgrisette Grisette.Internal.Core.Data.Class.GenSym The minimum length of the generated lists
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.