From 3ef7797ef6fc605dfafb32523261fe1b023aeecb Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 28 Apr 2006 14:59:16 +0000 Subject: Imported Upstream version 8.0pl3+8.1alpha --- test-suite/modules/plik.v | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test-suite/modules/plik.v') diff --git a/test-suite/modules/plik.v b/test-suite/modules/plik.v index f1f59df0..50bfd960 100644 --- a/test-suite/modules/plik.v +++ b/test-suite/modules/plik.v @@ -1,4 +1,3 @@ -Definition toto:=[x:Set]x. +Definition toto (x : Set) := x. -Grammar constr constr8 := - toto [ "#" constr7($b) ] -> [ (toto $b) ]. +(* : Grammar is replaced by Notation *) \ No newline at end of file -- cgit v1.2.3