Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setFromList :: [Label] -> LabelSetghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
jhFromList :: [(FastString, JStgExpr)] -> JValghc-lib-parser GHC.JS.Make Construct a JS HashMap from a list of key-value pairs
toJExprFromList :: ToJExpr a => [a] -> JStgExprghc-lib-parser GHC.JS.Make No documentation available.
fileListNewFromList :: (HasCallStack, MonadIO m, IsFile a) => [a] -> m FileListgi-gdk4 GI.Gdk.Structs.FileList Creates a new files list container from a singly linked list of GFile instances. This function is meant to be used by language bindings Since: 4.8
unsafeFromListN :: (Contiguous arr, Element arr a) => Int -> [a] -> arr acontiguous Data.Primitive.Contiguous Create an array from a list. If the given length does not match the actual length, this function has undefined behavior.
-
contiguous Data.Primitive.Contiguous Create a mutable array from a list, reversing the order of the elements. If the given length does not match the actual length, this function has undefined behavior.
unsafeFromListReverseN :: (Contiguous arr, Element arr a) => Int -> [a] -> arr acontiguous Data.Primitive.Contiguous Create an array from a list, reversing the order of the elements. If the given length does not match the actual length, this function has undefined behavior.
unorderedFromList :: Ord k => [(k, v)] -> Map k vdhall Dhall.Map Create a Map from a list of key-value pairs Any further operations on this map will not retain the order of the keys.
>>> unorderedFromList [] fromList [] >>> unorderedFromList [("B",1),("A",2)] -- The map /doesn't/ preserve order fromList [("A",2),("B",1)] >>> unorderedFromList [("A",1),("A",2)] -- For duplicates, later values take precedence fromList [("A",2)]toHtmlFromList :: HTML a => [a] -> Htmlhtml Text.Html No documentation available.
efromList :: HasCallStack => [a] -> NonEmpty adejafu Test.DejaFu.Internal fromList but with a better error message if it fails. Use this only where it shouldn't fail!