alba.albalib
Albalib.Term_printer
alba.fmlib
alba.fmlib_native
alba.fmlib_node
module type GAMMA = sig ... end
Signature which must be satisfied by a valid context.
module Pretty (G : GAMMA) (P : Fmlib.Pretty_printer.SIG) : sig ... end
Pretty printer which can print terms in a context with the use of apretty printer.
module String_print (G : GAMMA) : sig ... end
Pretty printer which prints terms in a context into a string.
val string_of_term : Term.t -> Gamma.t -> string