From 5b7eafd0f00a16d78f99a27f5c7d5a0de77dc7e6 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Wed, 21 Jul 2010 09:46:51 +0200 Subject: Imported Upstream snapshot 8.3~beta0+13298 --- test-suite/modules/sub_objects.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/modules/sub_objects.v') diff --git a/test-suite/modules/sub_objects.v b/test-suite/modules/sub_objects.v index 5eec0775..fdfd09f8 100644 --- a/test-suite/modules/sub_objects.v +++ b/test-suite/modules/sub_objects.v @@ -12,7 +12,7 @@ Module M. Module N. Definition idid (A : Set) (x : A) := id x. (* : Grammar is replaced by Notation *) - Notation inc := (plus 1). + Notation inc := (plus 1). End N. Definition zero := N.idid 0. -- cgit v1.2.3