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.
listUArrayST :: (MArray (STUArray s) e (ST s), Ix i) => (i, i) -> [e] -> ST s (STUArray s i e)array Data.Array.Base No documentation available.
listArray :: (IArray a e, Ix i) => (i, i) -> [e] -> a i earray Data.Array.IArray Constructs an immutable array from a list of initial elements. The list gives the elements of the array in ascending order beginning with the lowest index.
listify :: Typeable r => (r -> Bool) -> GenericQ [r]syb Data.Generics.Schemes Get a list of all entities that meet a predicate
listToJSON :: [PersistValue] -> Textpersistent Database.Persist Convert list of PersistValues into textual representation of JSON object. This is a type-constrained synonym for toJsonText.
-
ghc GHC.Data.Bag No documentation available.
listToArray :: Int -> (e -> Int) -> (e -> a) -> [e] -> SmallArray aghc GHC.Data.SmallArray Convert a list into an array.
listModuleTree :: ModuleInfo -> [Text]haskell-gi Data.GI.CodeGen.Code Return the list of modules writeModuleTree would write, without actually writing anything to disk.
-
strict Data.Strict.Maybe Analogous to listToMaybe in Data.Maybe.
listCertificates :: CertificateStore -> [SignedCertificate]crypton-x509-store Data.X509.CertificateStore List all certificates in a store
-
uniplate Data.Generics.Str Convert a list to a Str