Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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)]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
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!
homoListFromList :: HomoList s ss => [t s] -> PL t sshetero-parameter-list Data.HeteroParList No documentation available.
cfgFromList :: [(SectionName, [(OptionName, OptionValue)])] -> Confighsini Data.Ini.Types No documentation available.
keyMapFromList :: [(Key, v)] -> KeyMap vmonad-logger-aeson Control.Monad.Logger.Aeson.Internal No documentation available.
cacheFromList :: [Template] -> TemplateCachemustache Text.Mustache.Compile Flatten a list of Templates into a single TemplateCache