| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
TPDB.Plain.Write
Contents
Description
the "old" TPDB format cf. http://www.lri.fr/~marche/tpdb/format.html
Documentation
class PrettyTerm a where Source #
Methods
prettyTerm :: a -> Doc ann Source #
Instances
| Pretty s => PrettyTerm [s] Source # | |
Defined in TPDB.Plain.Write Methods prettyTerm :: [s] -> Doc ann Source # | |
| (TermC v s, Pretty v, Pretty s) => PrettyTerm (Term v s) Source # | |
Defined in TPDB.Plain.Write Methods prettyTerm :: Term v s -> Doc ann Source # | |
Orphan instances
| Pretty Identifier Source # | |
| PrettyTerm a => Pretty (Rule a) Source # | |
| (TermC s r, Pretty s, Pretty r, Variables (Term s r)) => Pretty (Problem s r) Source # | |
| (Pretty s, PrettyTerm r, Variables (RS s r), Pretty (Var (RS s r))) => Pretty (RS s r) Source # | |
| (TermC v s, Pretty v, Pretty s) => Pretty (Term v s) Source # | |