Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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.