Skip to Content.
Sympa Menu

coq-club - [Coq-Club] working with the Coq source code

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] working with the Coq source code


chronological Thread 
  • From: "Robert R. Schneck" <schneck AT Math.Berkeley.EDU>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club] working with the Coq source code
  • Date: Mon, 17 Mar 2003 07:21:12 -0800 (PST)
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

I'm working on a project in which it would be convenient to interface
directly with the Coq source code to produce and type-check Coq terms.
Basically it seems to me that I need
 * a type of (well-formed) constructions
 * a function which, given two constructions, checks whether
     the typing judgement holds between them
all of which I suppose must happen in the context of an
 * environment of declarations and definitions

And I'll want a very simple parser and pretty-printer for terms.

Could anyone help me to find these entities in the source?

Many thanks.
Robert





Archive powered by MhonArc 2.6.16.

Top of Page