| 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 Source #
Instances
| Pretty s => PrettyTerm [s] Source # | |
| (Pretty v, Pretty s) => PrettyTerm (Term v s) Source # | |