Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] working with the Coq source code


chronological Thread 
  • From: Nadeem Abdul Hamid <nadeem AT acm.org>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] working with the Coq source code
  • Date: Mon, 17 Mar 2003 10:26:12 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
  • Organization: Yale University

I'd be interested in the same information...
--- nadeem


Robert R. Schneck wrote:

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