aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--contrib/correctness/Arrays.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/correctness/Arrays.v b/contrib/correctness/Arrays.v
index 17895b462..44ba68f56 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).