| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
TPDB.Plain.Write
Contents
Description
the "old" TPDB format cf. http://www.lri.fr/~marche/tpdb/format.html
Documentation
class PrettyTerm a where Source #
Minimal complete definition
Methods
prettyTerm :: a -> Doc ann Source #
Instances
| Pretty s => PrettyTerm [s] Source # | |
Defined in TPDB.Plain.Write Methods prettyTerm :: [s] -> Doc ann Source # | |
| (Pretty v, Pretty s) => PrettyTerm (Term v s) Source # | |
Defined in TPDB.Plain.Write Methods prettyTerm :: Term v s -> Doc ann Source # | |