Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. listValue :: (a -> Value) -> [a] -> Value

    aeson Data.Aeson.Types

    Helper function to use with liftToJSON, see listEncoding.

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

    array Data.Array

    No documentation available.

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

    array Data.Array.Base

    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.

  4. listArrayST :: Ix i => (i, i) -> [e] -> ST s (STArray s i e)

    array Data.Array.Base

    No documentation available.

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

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

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

    syb Data.Generics.Schemes

    Get a list of all entities that meet a predicate

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

    ghc GHC.Data.Bag

    No documentation available.

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

    ghc GHC.Data.SmallArray

    Convert a list into an array.

  10. listToJSON :: [PersistValue] -> Text

    persistent Database.Persist

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

Page 22 of many | Previous | Next