• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. unsafeFromList :: IsMap k m => [(k, a)] -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Utils

    No documentation available.

  2. indexMapFromList :: C a => [(a, b)] -> Map (ToOrd a) b

    numeric-prelude MathObj.PartialFraction

    No documentation available.

  3. heightBagFromList :: [Height] -> HeightBag

    reflex Reflex.Spider.Internal

    No documentation available.

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

    ghc-lib-parser GHC.Cmm.Dataflow.Block

    No documentation available.

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

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

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

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  7. setFromList :: [Label] -> LabelSet

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  8. jhFromList :: [(FastString, JStgExpr)] -> JVal

    ghc-lib-parser GHC.JS.Make

    Construct a JS HashMap from a list of key-value pairs

  9. toJExprFromList :: ToJExpr a => [a] -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    No documentation available.

  10. unsafeFromListN :: (Contiguous arr, Element arr a) => Int -> [a] -> arr a

    contiguous Data.Primitive.Contiguous

    Create an array from a list. If the given length does not match the actual length, this function has undefined behavior.

Page 68 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete