Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. class (PrintDotRepr dg n, ParseDotRepr dg n) => PPDotRepr (dg :: Type -> Type) n

    graphviz Data.GraphViz.Types

    This class exists just to make type signatures nicer; all instances of DotRepr should also be an instance of PPDotRepr.

  2. class ParseDot a

    graphviz Data.GraphViz.Types

    No documentation available.

  3. class (DotRepr dg n, ParseDot dg n) => ParseDotRepr (dg :: Type -> Type) n

    graphviz Data.GraphViz.Types

    This class exists just to make type signatures nicer; all instances of DotRepr should also be an instance of ParseDotRepr.

  4. type Path = Seq Maybe GraphID

    graphviz Data.GraphViz.Types

    The path of clusters that must be traversed to reach this spot.

  5. class PrintDot a

    graphviz Data.GraphViz.Types

    A class used to correctly print parts of the Graphviz Dot language. Minimal implementation is unqtDot.

  6. class (DotRepr dg n, PrintDot dg n) => PrintDotRepr (dg :: Type -> Type) n

    graphviz Data.GraphViz.Types

    This class exists just to make type signatures nicer; all instances of DotRepr should also be an instance of PrintDotRepr.

  7. type ParsedJournal = Journal

    hledger-lib Hledger.Data

    A journal in the process of being parsed, not yet finalised. The data is partial, and list fields are in reverse order.

  8. type Payee = Text

    hledger-lib Hledger.Data

    No documentation available.

  9. data PayeeDeclarationInfo

    hledger-lib Hledger.Data

    Extra information found in a payee directive.

  10. PayeeDeclarationInfo :: Text -> [Tag] -> PayeeDeclarationInfo

    hledger-lib Hledger.Data

    No documentation available.

Page 454 of many | Previous | Next