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.
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.
deleteList :: Ord key => [key] -> Map key elt -> Map key eltghc GHC.Data.FiniteMap No documentation available.
insertList :: Ord key => [(key, elt)] -> Map key elt -> Map key eltghc GHC.Data.FiniteMap No documentation available.