Skip to Content.
Sympa Menu

coq-club - [Coq-Club] multiple import of same module

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] multiple import of same module


Chronological Thread 
  • From: Kirill Taran <kirill.t256 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] multiple import of same module
  • Date: Sat, 22 Feb 2014 19:24:26 +0400

Hello.

I have strange problem with modules.
I import module this way:
Require Import FileX.
Module Y (X : Module X).
Module Z := ModuleZ X.
Import Z.
...
But afteer that I have definitions from ModuleZ imported twice:
in plain Def form and in from ModuleZ.Def.
That causes some problems (auto-inferred types use un-qualified form
and therefore I need to manually write all types + type them in
qualified form).

What can cause such behaviour? Is there workaround?

Sincerely,
Kirill Taran


  • [Coq-Club] multiple import of same module, Kirill Taran, 02/22/2014

Archive powered by MHonArc 2.6.18.

Top of Page