From 38241e3cad7f2b5b1e2ed18fd78ba7d18dcc4f67 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 29 Apr 2008 19:07:00 +0000 Subject: Ajout notation [ x ; ... ; y ] dans list_scope. Changement de la syntaxe interne de ring_lookup et field_lookup qui n'était pas assez robuste pour supporter une syntaxe [ ... ] dans constr. Déplacement de now_show de List.v vers Tactics.v, déplacement de "[ _ ]" au niveau 0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10872 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/ring/Ring_normalize.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/ring/Ring_normalize.v') diff --git a/contrib/ring/Ring_normalize.v b/contrib/ring/Ring_normalize.v index 4f2426337..bb3cfc5a8 100644 --- a/contrib/ring/Ring_normalize.v +++ b/contrib/ring/Ring_normalize.v @@ -897,6 +897,6 @@ End rings. Infix "+" := Pplus : ring_scope. Infix "*" := Pmult : ring_scope. Notation "- x" := (Popp x) : ring_scope. -Notation "[ x ]" := (Pvar x) (at level 1) : ring_scope. +Notation "[ x ]" := (Pvar x) : ring_scope. Delimit Scope ring_scope with ring. -- cgit v1.2.3