Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Qualified imports

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Qualified imports


Chronological Thread 
  • From: "N. Raghavendra" <raghu AT hri.res.in>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Qualified imports
  • Date: Mon, 10 Aug 2015 08:17:16 +0530

I am a Coq novice. I am looking for a way to

Require LongModuleName as LMN

so that instead of referring to a term foo in LongModuleName as
LongModuleName.foo, I can refer to it as LMN.foo. I think the Agda
equivalent is

import LongModuleName as LMN

How do I do this in Coq?

Thanks and cheers,
Raghu.

PS: My apologies if you receive multiple copies of this message. I
posted this through Gmane a few hours ago, but it hasn't appeared in the
list archives, so I am reposting it.

--
N. Raghavendra
<raghu AT hri.res.in>,
http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/



Archive powered by MHonArc 2.6.18.

Top of Page