Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. fromList :: (Ord a, ListLike a i, Eq i) => [a] -> CompletionTree a

    yi-core Yi.CompletionTree

    This function converts a list of completable elements to a CompletionTree It finds elements that share a common prefix and groups them.

    fromList . toList = id
    

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

    basement Basement.Compat.Base

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

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

    basement Basement.Compat.IsList

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

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

    basement Basement.Imports

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

  5. fromList :: Enum k => [(k, a)] -> EnumMap k a

    enummapset Data.EnumMap.Lazy

    No documentation available.

  6. fromList :: Enum k => [(k, a)] -> EnumMap k a

    enummapset Data.EnumMap.Strict

    No documentation available.

  7. fromList :: Enum k => [k] -> EnumSet k

    enummapset Data.EnumSet

    No documentation available.

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

    massiv Data.Massiv.Array

    Convert a flat list into a vector

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

    massiv Data.Massiv.Vector

    Convert a flat list into a vector

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

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

    No documentation available.

Page 10 of many | Previous | Next