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 k => [(k, v)] -> OMap k v

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

    No documentation available.

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

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

    No documentation available.

  3. fromList :: (Ord a, Ord b) => [(a, b)] -> Bimap a b

    bimap Data.Bimap

    O(n*log n). Build a map from a list of pairs. If there are any overlapping pairs in the list, the later ones will override the earlier ones. Version: 0.2

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

    ghc-internal GHC.Internal.Exts

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

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

  6. fromList :: forall (m :: MutabilityType Type) . [JSVal] -> GHCJSPure (SomeJSArray m)

    jsaddle JavaScript.Array

    No documentation available.

  7. fromList :: forall (m :: MutabilityType Type) . [JSVal] -> GHCJSPure (SomeJSArray m)

    jsaddle JavaScript.Array.Internal

    No documentation available.

  8. fromList :: Dimension -> Dimension -> [a] -> T a

    numeric-prelude MathObj.Matrix

    No documentation available.

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

    numhask NumHask.Prelude

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

  10. fromList :: [a] -> Maybe (PointedList a)

    pointedlist Data.List.PointedList

    Possibly create a Just PointedList if the provided list has at least one element; otherwise, return Nothing. The provided list's head will be the focus of the list, and the rest of list will follow on the right side.

Page 11 of many | Previous | Next