Safe Haskell | None |
---|
TPDB.Plain.Write
Description
the old TPDB format cf. http://www.lri.fr/~marche/tpdb/format.html
Documentation
class PrettyTerm a whereSource
Methods
prettyTerm :: a -> DocSource
Instances
Pretty s => PrettyTerm [s] | |
(Pretty v, Pretty s) => PrettyTerm (Term v s) |