package alba

  1. Overview
  2. Docs
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