Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Axioms reported by coqchk

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Axioms reported by coqchk


Chronological Thread 
  • From: Guillaume Melquiond <guillaume.melquiond AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Axioms reported by coqchk
  • Date: Fri, 19 Aug 2016 15:29:33 +0200

On 19/08/2016 15:12, Robbert Krebbers wrote:

> However, just importing Coq.Program.Syntax is enough.

This is kind of baffling: for some reason, requiring Program.Syntax
transitively causes Program.Tactics to be required.

> Why is one
> required to import anything of Program from the standard library to use
> the Program vernacular?

That is because the Program command inserts symbols from Program.Tactics
in the term under construction.

Best regards,

Guillaume



Archive powered by MHonArc 2.6.18.

Top of Page