Module Logtk__Type.TPTP
include Logtk.Interfaces.PRINT_DE_BRUIJN with type term := t and type t := t
type ttype termtype print_hook= int -> term CCFormat.printer -> Stdlib.Format.formatter -> term -> boolUser-provided hook that can be used to print terms (for composite cases) before the default printing occurs. The int argument is the De Bruijn depth in the term. A hook takes as arguments the depth and the recursive printing function that it can use to print subterms. A hook should return
trueif it fired,falseto fall back on the default printing.
val pp_depth : ?hooks:print_hook list -> int -> t CCFormat.printer
include Logtk.Interfaces.PRINT with type t := t
val pp_typed_var : t Logtk.HVar.t CCFormat.printerval pp_ho : ?depth:int -> CCFormat.t -> t -> unit
Basic types
val i : tindividuals
val o : tpropositions
val int : tintegers
val rat : trationals
val real : treals