Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. unqtListToDot :: PrintDot a => [a] -> DotCode

    graphviz Data.GraphViz.Printing

    The correct way of representing a list of this value when printed; not all Dot values require this to be implemented. Defaults to Haskell-like list representation.

  2. parseList :: ParseDot a => Parse [a]

    graphviz Data.GraphViz.Types

    No documentation available.

  3. parseUnqtList :: ParseDot a => Parse [a]

    graphviz Data.GraphViz.Types

    No documentation available.

  4. unqtListToDot :: PrintDot a => [a] -> DotCode

    graphviz Data.GraphViz.Types

    The correct way of representing a list of this value when printed; not all Dot values require this to be implemented. Defaults to Haskell-like list representation.

  5. composeList :: Ord n => [Context n] -> DotGraph n

    graphviz Data.GraphViz.Types.Graph

    Recursively merge the list of contexts.

    composeList = foldr (&) emptyGraph
    

  6. decomposeList :: Ord n => DotGraph n -> [Context n]

    graphviz Data.GraphViz.Types.Graph

    Recursively decompose the Dot graph into a list of contexts such that if (c:cs) = decomposeList dg, then dg = c & composeList cs. Note that all global attributes are lost, so this is not suitable for representing a Dot graph on its own.

  7. streamList :: [a] -> Stream a

    jsaddle Data.JSString.Internal.Fusion.Common

    O(n) Convert a list into a Stream. Properties

    unstream . streamList = pack
    

  8. unstreamList :: Stream a -> [a]

    jsaddle Data.JSString.Internal.Fusion.Common

    O(n) Convert a Stream into a list. Properties

    unstreamList . stream = unpack
    

  9. getChildrenList :: SelectionTree node => node -> [ChildNode node]

    morpheus-graphql-core Data.Morpheus.Core

    Get the children

  10. unsafeFromList :: IsMap k m => [(k, a)] -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Ext

    No documentation available.

Page 103 of many | Previous | Next