(******************************************************************************) (* *) (* PROJECT HELM *) (* *) (* Claudio Sacerdoti Coen *) (* 24/01/2000 *) (* *) (* This module implements a very simple Coq-like pretty printer that, given *) (* an object of cic (internal representation) returns a string describing the *) (* object in a syntax similar to that of coq *) (* *) (******************************************************************************) (* ppobj obj returns a string with describing the cic object obj in a syntax *) (* similar to the one used by Coq *) val ppobj : Cic.obj -> string