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:45:46 +0200

On 19/08/2016 15:38, Robbert Krebbers wrote:
> On 08/19/2016 03:29 PM, Guillaume Melquiond 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.
> You are right. No idea where it comes from exactly.

It comes from the following dependency chain:

Program.Syntax
Lists.List
Setoids.Setoid
Classes.SetoidTactics
Program.Tactics

Best regards,

Guillaume



Archive powered by MHonArc 2.6.18.

Top of Page