Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. fromList :: Ord r => [Interval r] -> IntervalSet r

    data-interval Data.IntervalSet

    Build a interval set from a list of intervals.

  2. fromList :: (Foldable t, Ord p) => t (Int, p, a) -> DEPQ p a

    depq Data.DEPQ

    Populate a DEPQ from a Foldable container (e.g. a list)

  3. fromList :: (Eq a, Hashable a) => [(a, [a])] -> DiGraph a

    digraph Data.DiGraph

    Construct a graph from adjacency lists.

  4. fromList :: [(Word64, v)] -> WordMap v

    discrimination Data.Discrimination.Internal.WordMap

    No documentation available.

  5. fromList :: [a] -> DoListM a r

    do-list Data.DoList

    Convert from a list.

  6. fromList :: [a] -> Array Int a

    dsp Matrix.Vector

    No documentation available.

  7. fromList :: [t] -> Matrix3 t

    exp-pairs Math.ExpPairs.Matrix3

    Convert a list of 9 elements into Matrix3. Reverse conversion can be done by toList.

  8. fromList :: [a] -> FMList a

    fmlist Data.FMList

    No documentation available.

  9. fromList :: [Text] -> FuzzySet

    fuzzyset Data.FuzzySet.Simple

    Create a new set from a list of entries, using the default settings.

  10. fromList :: [(Text, Text)] -> Context

    glabrous Text.Glabrous

    Build a Context from a list of Tags and replacement Texts.

    λ>fromList [("tag","replacement"), ("etc.","...")]
    Context {variables = fromList [("etc.","..."),("tag","replacement")]}
    

Page 30 of many | Previous | Next