Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Implicit Section Variables

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Implicit Section Variables


Chronological Thread 
  • From: Christopher Ernest Sally <christopherernestsally AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Implicit Section Variables
  • Date: Thu, 19 Jun 2014 04:03:02 +0800

Hi all

I have a Section where I declare Variable foo : Type, and after I close the Section, of course all my functions inside the section will have forall foo: Type, etcetcetc.

My question is: Is there a neat way to get foo to be implicit? I only know how to do it the usual way, but I have 30+ plus functions in the section... and so wouldn't like a whole bunch of
Implicit Arguments fun1 [foo].
Implicit Arguments fun2 [foo].

Thanks

Warm regards
Chris



Archive powered by MHonArc 2.6.18.

Top of Page