coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: "John Wiegley" <jwiegley AT gmail.com>
- To: Coq Club <coq-club AT inria.fr>
- Subject: [Coq-Club] H a defined identifier?
- Date: Sun, 03 Aug 2014 16:04:44 -0400
I was trying to define composition of natural transformations
Definition nat_compose
(F : C -> D) `{Functor F}
(G : C -> D) `{Functor G}
(H : C -> D) `{Functor H}
(f : Natural G H) (g : Natural F G) : Natural F H.
But Coq says:
Error: H is already used.
If I change H to I, everything works fine. Since I was unable to Print H, or
find H defined in any of my modules, I wondered if this reminded anyone of
anything? My global imports:
Require Export Coq.Classes.Equivalence.
Require Export Coq.Classes.Morphisms.
Require Export Coq.Classes.RelationClasses.
Require Export Coq.Setoids.Setoid.
Require Export Coq.Unicode.Utf8.
Require Setoid.
Require Export CpdtTactics.
Open Scope type_scope.
Thank you,
John
- [Coq-Club] H a defined identifier?, John Wiegley, 08/03/2014
- Re: [Coq-Club] H a defined identifier?, Guillaume Melquiond, 08/04/2014
- Re: [Coq-Club] H a defined identifier?, Arnaud Spiwack, 08/04/2014
- Re: [Coq-Club] H a defined identifier?, Guillaume Melquiond, 08/04/2014
Archive powered by MHonArc 2.6.18.