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.

  1. genListOf :: Gen a -> Gen [a]

    genvalidity Data.GenValidity.Utils

    A version of listOf that takes size into account more accurately. This generator distributes the size that is is given among the values in the list that it generates.

  2. genListOf1 :: Gen a -> Gen [a]

    genvalidity Data.GenValidity.Utils

    A version of genNonEmptyOf that returns a list instead of a NonEmpty.

  3. shrinkList :: (a -> [a]) -> [a] -> [[a]]

    genvalidity Data.GenValidity.Utils

    Shrink a list of values given a shrinking function for individual values.

  4. blockFromList :: [n O O] -> Block n O O

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

  5. blockToList :: Block n O O -> [n O O]

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

  6. bodyList :: forall block (n :: Extensibility -> Extensibility -> Type) . Body' block n -> [(Label, block n C C)]

    ghc GHC.Cmm.Dataflow.Graph

    No documentation available.

  7. bodyToBlockList :: forall (n :: Extensibility -> Extensibility -> Type) . Body n -> [Block n C C]

    ghc GHC.Cmm.Dataflow.Graph

    No documentation available.

  8. mapFromList :: [(Label, v)] -> LabelMap v

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  9. mapFromListWith :: (v -> v -> v) -> [(Label, v)] -> LabelMap v

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

  10. mapToList :: LabelMap b -> [(Label, b)]

    ghc GHC.Cmm.Dataflow.Label

    No documentation available.

Page 57 of many | Previous | Next