Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromListIO :: forall (m :: MutabilityType Type) . [JSVal] -> JSM (SomeJSArray m)jsaddle Language.Javascript.JSaddle.Object No documentation available.
fromListN :: IsList l => Int -> [Item l] -> lnumhask NumHask.Prelude The fromListN function takes the input list's length and potentially uses it to construct the structure l more efficiently compared to fromList. If the given number does not equal to the input list's length the behaviour of fromListN is not specified.
fromListN (length xs) xs == fromList xs
fromListEnd :: [a] -> Maybe (PointedList a)pointedlist Data.List.PointedList Possibly create a Just PointedList if the provided list has at least one element; otherwise, return Nothing. The provided list's last element will be the focus of the list, following the rest of the list in order, to the left.
fromListEnd :: [a] -> Maybe (PointedList a)pointedlist Data.List.PointedList.Circular Possibly create a Just PointedList if the provided list has at least one element; otherwise, return Nothing. The provided list's last element will be the focus of the list, following the rest of the list in order, to the left.
fromListLike :: (ListLike full item, ListLike full' item) => full -> full'ListLike Data.ListLike Converts one ListLike to another. See also toList'. Default implementation is fromListLike = map id
fromList' :: ListLike full item => [item] -> fullListLike Data.ListLike.Base Generates the structure from a list.
fromListLike :: (ListLike full item, ListLike full' item) => full -> full'ListLike Data.ListLike.Base Converts one ListLike to another. See also toList'. Default implementation is fromListLike = map id
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.