= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package dolmen
-
dolmen
-
dolmen.intf
-
-
dolmen.line
-
dolmen.smtlib2
-
dolmen.std
-
-
dolmen.tptp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Determines whether to print the unique index of each identifier or not.
val name : Pretty.name Tag.t
The name tag is used for the printing of identifiers. When an identifier has an name tag, its value is used instead of the identifier intrinsic name.
val pos : Pretty.pos Tag.t
Positioning for pretty printing. If this tag is set, the printing functions will ignore type arguments (for readability). Pretty.Infix
uses the identifier as a separator when printing th argument list Pretty.Prefix
just ignore type arguments.