dolmen.std
Dolmen_std.Pretty
Pretty printing annotations
This module defines types to specify pretty printing annotations (such as associtativity, infix notations, etc...).
dolmen
dolmen.ae
dolmen.class
dolmen.dimacs
dolmen.icnf
dolmen.intf
dolmen.line
dolmen.smtlib2
dolmen.tptp
dolmen.zf
dolmen_smtlib2_poly
dolmen_smtlib2_v6
dolmen_tptp_v6_3_0
type name =
| Exact of string
| Renamed of string
type pos =
| Infix
| Prefix
type assoc =
| Left
| Right