Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapFromListWith :: (v -> v -> v) -> [(Label, v)] -> LabelMap vghc GHC.Cmm.Dataflow.Label No documentation available.
mapToList :: LabelMap b -> [(Label, b)]ghc GHC.Cmm.Dataflow.Label No documentation available.
setFromList :: [Label] -> LabelSetghc GHC.Cmm.Dataflow.Label No documentation available.
-
ghc GHC.Data.Bag No documentation available.
fromList :: Enum a => [a] -> EnumSet aghc GHC.Data.EnumSet No documentation available.
toList :: Enum a => EnumSet a -> [a]ghc GHC.Data.EnumSet No documentation available.
mkFastStringByteList :: [Word8] -> FastStringghc GHC.Data.FastString Creates a FastString from a UTF-8 encoded [Word8]
delListFromFsEnv :: FastStringEnv a -> [FastString] -> FastStringEnv aghc GHC.Data.FastString.Env No documentation available.
extendFsEnvList :: FastStringEnv a -> [(FastString, a)] -> FastStringEnv aghc GHC.Data.FastString.Env No documentation available.
extendFsEnvList_C :: (a -> a -> a) -> FastStringEnv a -> [(FastString, a)] -> FastStringEnv aghc GHC.Data.FastString.Env No documentation available.