Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Guide to Coq Sources

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Guide to Coq Sources


chronological Thread 
  • From: "Razvan Voicu" <razvan AT comp.nus.edu.sg>
  • To: <coq-club AT pauillac.inria.fr>
  • Subject: [Coq-Club] Guide to Coq Sources
  • Date: Fri, 24 Oct 2008 18:24:41 +0800
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
  • Organization: National University of Singapore

Hi,
 
I would like to implement a tactic that performs actions in a manner that is dependent on the shape of the partial proof of the current goal. From what I gather, this can only be done on Ocaml, since LTac makes no provisions for accessing the proof term. So, is there a guide to the Coq source tree? Or, could anyone provide some useful pointers? I would be particularly interested the source files containing the type that implements proof terms and the procedures that manipulate such terms.
 
Thanks in advance,
 
Razvan
 



Archive powered by MhonArc 2.6.16.

Top of Page