Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. toAscList :: Bimap a b -> [(a, b)]

    bimap Data.Bimap

    O(n). Convert to a list of associated pairs, with the left-hand values in ascending order. Since pair ordering is lexical, the pairs will also be in ascending order. Version: 0.2

  2. toAscListR :: Bimap a b -> [(b, a)]

    bimap Data.Bimap

    O(n). Convert to a list of associated pairs, with the right-hand values first in the pair and in ascending order. Since pair ordering is lexical, the pairs will also be in ascending order. Version: 0.2

  3. toList :: Bimap a b -> [(a, b)]

    bimap Data.Bimap

    O(n). Convert to a list of associated pairs. Version: 0.2

  4. cast'List :: Val a => Value -> Maybe [a]

    bson Data.Bson

    No documentation available.

  5. valList :: Val a => [a] -> Value

    bson Data.Bson

    No documentation available.

  6. type ColorList = [WeightedColor]

    graphviz Data.GraphViz.Attributes.Colors

    The sum of the optional weightings must sum to at most 1.

  7. toColorList :: [Color] -> ColorList

    graphviz Data.GraphViz.Attributes.Colors

    For a list of colors without weightings.

  8. newtype LayerList

    graphviz Data.GraphViz.Attributes.Complete

    A list of layer names. The names should all be unique LRName values, and when printed will use an arbitrary character from defLayerSep. The values in the list are implicitly numbered 1, 2, ....

  9. LayerListSep :: LayerListSep -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: G; Default: LLSep ","; Notes: requires Graphviz >= 2.30.0

  10. newtype LayerListSep

    graphviz Data.GraphViz.Attributes.Complete

    No documentation available.

Page 101 of many | Previous | Next