Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Manipulating proof terms

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Manipulating proof terms


chronological Thread 
  • From: Claudio Sacerdoti Coen <sacerdot AT cs.unibo.it>
  • To: Yevgeniy Makarov <emakarov AT cs.indiana.edu>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Manipulating proof terms
  • Date: Mon, 21 Feb 2005 10:46:36 +0100
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

 Dear Yevgeniy,

> written in Scheme). It is quite possible to parse proof terms that are
> displayed by Print command, but I am wondering if there is a still
> easier way, namely, if I can get an access to the proof term's inner
> representation.

 You can get access to the proof term's inner representation in XML.
 Look at chapter "13.5  Exporting Coq theories to XML" of the Coq manual.
 The XML representation is an encoding of the proof term in the CIC, as it
 is seen by the kernel of Coq (up to very minor variations).

                                        Regards,
                                        C.S.C.

-- 
----------------------------------------------------------------
Real name: Claudio Sacerdoti Coen
Doctor in Computer Science, University of Bologna
E-mail: 
sacerdot AT cs.unibo.it
http://www.cs.unibo.it/~sacerdot
----------------------------------------------------------------




Archive powered by MhonArc 2.6.16.

Top of Page