Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. fromList :: IsList l => [Item l] -> l

    ghc-internal GHC.Internal.IsList

    The fromList function constructs the structure l from the given list of Item l

  2. fromList :: Manifest r e => Comp -> [e] -> Vector r e

    massiv Data.Massiv.Array

    Convert a flat list into a vector

  3. fromList :: Manifest r e => Comp -> [e] -> Vector r e

    massiv Data.Massiv.Vector

    Convert a flat list into a vector

  4. fromList :: (Eq k, Hashable k) => [(k, v)] -> InsOrdHashMap k v

    openapi3 Data.HashMap.Strict.InsOrd.Compat

    No documentation available.

  5. fromList :: Ord k => [(k, v)] -> OMap k v

    ordered-containers Data.Map.Ordered

    If a key appears multiple times, the first occurrence is used for ordering and the last occurrence is used for its value. The library author welcomes comments on whether this default is sane.

  6. fromList :: Ord k => [(k, v)] -> OMap k v

    ordered-containers Data.Map.Ordered.Strict

    If a key appears multiple times, the first occurrence is used for ordering and the last occurrence is used for its value. The library author welcomes comments on whether this default is sane.

  7. fromList :: Ord a => [a] -> OSet a

    ordered-containers Data.Set.Ordered

    If a value occurs multiple times, only the first occurrence is used.

  8. fromList :: Ord k => [(k, v)] -> OMap k v

    th-desugar Language.Haskell.TH.Desugar.OMap

    No documentation available.

  9. fromList :: Ord k => [(k, v)] -> OMap k v

    th-desugar Language.Haskell.TH.Desugar.OMap.Strict

    No documentation available.

  10. fromList :: Ord a => [a] -> OSet a

    th-desugar Language.Haskell.TH.Desugar.OSet

    No documentation available.

Page 11 of many | Previous | Next