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 01:24:49 +0530
  • Cancel-lock: sha1:RUyZeMuAGW2mBHGA2c1PpwR3/dA=

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

Require Import LongModuleName

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.

--
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