coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Bas Spitters <spitters AT cs.ru.nl>
- To: coq-club AT pauillac.inria.fr
- Subject: [Coq-Club] Logic and universe polymorphism
- Date: Fri, 25 Sep 2009 12:04:51 +0200
- List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
With the introduction of universe polymorphism there seems to be a duplication of code: "and" is just a special case of "prod" ... -- Infix "and" := prod (at level 80, right associativity). (* This should replace iff in the standard library *) Definition iff := fun A B : Type => (A -> B) and (B -> A). Notation "A <-> B" := (iff A B) :type_scope. -- |
- [Coq-Club] Logic and universe polymorphism, Bas Spitters
Archive powered by MhonArc 2.6.16.