Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Searching for Declarations w/o seeing Definition/Proofs in Large Projects

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Searching for Declarations w/o seeing Definition/Proofs in Large Projects


Chronological Thread 
  • From: Yucheng Zhang <yczhang89 AT gmail.com>
  • To: Math Prover <mathprover AT gmail.com>
  • Cc: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Searching for Declarations w/o seeing Definition/Proofs in Large Projects
  • Date: Fri, 21 Jun 2013 21:58:39 +0800

On Jun 21, 2013, at 6:47 PM, Math Prover
<mathprover AT gmail.com>
wrote:
> Lastly, if the "right" way to do this to use some external tool which
> looks at a *.v file and generates a separate file with the
> declarations, I'm okay with that too.


I am using the 'coqdoc' tool partially for this purpose. It can be run with
options --gallina and --light, either of which can suppress proofs in the
output. The generated HTMLs have cross references, which are convenient for
browsing.

The CompCert C compiler uses its own tool 'coq2html', generating nice looking
HTMLs powered by JavaScripts, where proofs are hidden by default, and can be
expanded upon clicking.



Archive powered by MHonArc 2.6.18.

Top of Page