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.

  1. genListSubSpec :: ListSpec spec -> spec

    grisette Grisette.Internal.Core.Data.Class.GenSym

    Each element in the lists will be generated with the sub-specification

  2. genSimpleListLength :: SimpleListSpec spec -> Int

    grisette Grisette.Internal.Core.Data.Class.GenSym

    The length of the generated list

  3. genSimpleListSubSpec :: SimpleListSpec spec -> spec

    grisette Grisette.Internal.Core.Data.Class.GenSym

    Each element in the list will be generated with the sub-specification

  4. data StrategyList (container :: Type -> Type)

    grisette Grisette.Internal.Core.Data.Class.Mergeable

    Helper type for building efficient merge strategy for list-like containers.

  5. StrategyList :: forall a (container :: Type -> Type) . container [DynamicSortedIdx] -> container (MergingStrategy a) -> StrategyList container

    grisette Grisette.Internal.Core.Data.Class.Mergeable

    No documentation available.

  6. buildStrategyList :: forall a container . Functor container => MergingStrategy a -> container a -> StrategyList container

    grisette Grisette.Internal.Core.Data.Class.Mergeable

    Helper function for building efficient merge strategy for list-like containers.

  7. genericLiftPFormatList :: (Generic1 f, GPPrint Arity1 (Rep1 f)) => (Int -> a -> Doc ann) -> ([a] -> Doc ann) -> [f a] -> Doc ann

    grisette Grisette.Internal.Core.Data.Class.PPrint

    Generic liftPFormatList function.

  8. genericPFormatList :: (Generic a, GPPrint Arity0 (Rep a)) => [a] -> Doc ann

    grisette Grisette.Internal.Core.Data.Class.PPrint

    Generic pformatList function.

  9. gpformatList :: (GPPrint arity f, HasCallStack) => PPrintArgs arity a ann -> [f a] -> Doc ann

    grisette Grisette.Internal.Core.Data.Class.PPrint

    No documentation available.

  10. liftPFormatList :: PPrint1 f => (Int -> a -> Doc ann) -> ([a] -> Doc ann) -> [f a] -> Doc ann

    grisette Grisette.Internal.Core.Data.Class.PPrint

    Lift a pretty-printer to list of values with unary type constructors.

Page 199 of many | Previous | Next