From 0258ca6f2329c49db0e53817e4c6f876331605b2 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 13 Aug 2003 23:03:02 +0000 Subject: Notation access au dessous du niveau applicatif git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4265 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/correctness/Arrays.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/correctness/Arrays.v b/contrib/correctness/Arrays.v index 17895b4624..44ba68f568 100644 --- a/contrib/correctness/Arrays.v +++ b/contrib/correctness/Arrays.v @@ -71,5 +71,5 @@ Tactic Definition ArrayAccess i j H := (* Symbolic notation for access *) -Notation "# t [ c ]" := (access t c) (at level 0, t ident) - V8only (at level 10, t at level 0). +Notation "# t [ c ]" := (access t c) (at level 0, t ident). + V8only (at level 0, t at level 0). -- cgit v1.2.3