coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Gregory Bush <gbush AT mysck.com>
- To: coq-club AT inria.fr
- Subject: [Coq-Club] Notation Question
- Date: Thu, 20 Dec 2012 14:29:56 -0500
In the following example, is there a modifier I can use when declaring the notation so it doesn't hide the notation for sigT?
Require Import List.
(* So far so good *)
Check {x : nat & {y | x < y}}.
Notation "{ A , .. , B }" := (cons A .. (cons B nil) ..).
(* Oops *)
Check {x : nat & {y | x < y}}.
- [Coq-Club] Notation Question, Gregory Bush, 12/20/2012
- Re: [Coq-Club] Notation Question, Hugo Herbelin, 12/20/2012
- Re: [Coq-Club] Notation Question, Gregory Bush, 12/20/2012
- Re: [Coq-Club] Notation Question, Hugo Herbelin, 12/20/2012
- Re: [Coq-Club] Notation Question, Gregory Bush, 12/20/2012
- Re: [Coq-Club] Notation Question, Hugo Herbelin, 12/20/2012
Archive powered by MHonArc 2.6.18.