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.

  1. 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.

  2. listArray :: (IArray a e, Ix i) => (i, i) -> [e] -> a i e

    array 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.

  3. listify :: Typeable r => (r -> Bool) -> GenericQ [r]

    syb Data.Generics.Schemes

    Get a list of all entities that meet a predicate

  4. listToJSON :: [PersistValue] -> Text

    persistent Database.Persist

    Convert list of PersistValues into textual representation of JSON object. This is a type-constrained synonym for toJsonText.

  5. listToBag :: [a] -> Bag a

    ghc GHC.Data.Bag

    No documentation available.

  6. listToArray :: Int -> (e -> Int) -> (e -> a) -> [e] -> SmallArray a

    ghc GHC.Data.SmallArray

    Convert a list into an array.

  7. listModuleTree :: ModuleInfo -> [Text]

    haskell-gi Data.GI.CodeGen.Code

    Return the list of modules writeModuleTree would write, without actually writing anything to disk.

  8. listToMaybe :: [a] -> Maybe a

    strict Data.Strict.Maybe

    Analogous to listToMaybe in Data.Maybe.

  9. listCertificates :: CertificateStore -> [SignedCertificate]

    crypton-x509-store Data.X509.CertificateStore

    List all certificates in a store

  10. listStr :: [a] -> Str a

    uniplate Data.Generics.Str

    Convert a list to a Str

Page 22 of many | Previous | Next