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

Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  4. setFromList :: [Label] -> LabelSet

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

    No documentation available.

  5. bagToList :: Bag a -> [a]

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

  6. fromList :: Enum a => [a] -> EnumSet a

    ghc-lib-parser GHC.Data.EnumSet

    No documentation available.

  7. toList :: Enum a => EnumSet a -> [a]

    ghc-lib-parser GHC.Data.EnumSet

    No documentation available.

  8. mkFastStringByteList :: [Word8] -> FastString

    ghc-lib-parser GHC.Data.FastString

    Creates a FastString from a UTF-8 encoded [Word8]

  9. delListFromFsEnv :: FastStringEnv a -> [FastString] -> FastStringEnv a

    ghc-lib-parser GHC.Data.FastString.Env

    No documentation available.

  10. extendFsEnvList :: FastStringEnv a -> [(FastString, a)] -> FastStringEnv a

    ghc-lib-parser GHC.Data.FastString.Env

    No documentation available.

Page 112 of many | Previous | Next

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