Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. toJSONList :: ToJSON a => [a] -> Value

    yaml Data.Yaml

    No documentation available.

  2. parseJSONList :: FromJSON a => Value -> Parser [a]

    yaml Data.Yaml.TH

    No documentation available.

  3. genListLength :: Gen Int

    genvalidity Data.GenValidity.Utils

    No documentation available.

  4. 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.

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

    genvalidity Data.GenValidity.Utils

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

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

    genvalidity Data.GenValidity.Utils

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

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

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

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

    ghc GHC.Cmm.Dataflow.Block

    No documentation available.

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

    ghc GHC.Cmm.Dataflow.Graph

    No documentation available.

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

    ghc GHC.Cmm.Dataflow.Graph

    No documentation available.

Page 57 of many | Previous | Next