diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-11-24 23:08:09 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-11-24 23:08:09 +0000 |
commit | a2669e5c949d39cb4c05549cbcf405db65249285 (patch) | |
tree | 4bc1159ef1f1dbb55d9bfbfcc565472e2bada4a7 /test-suite/modules | |
parent | e3038e0822548b90792903ccb460a0e61f1cadaf (diff) |
Remplacement de Syntactic Definition par Notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3267 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/modules')
-rw-r--r-- | test-suite/modules/sub_objects.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/modules/sub_objects.v b/test-suite/modules/sub_objects.v index 73fd6f322..2dbac3407 100644 --- a/test-suite/modules/sub_objects.v +++ b/test-suite/modules/sub_objects.v @@ -14,7 +14,7 @@ Module M. Definition idid:=[A:Set][x:A](id x). Grammar constr constr8 := not_eq [ "#" constr7($b) ] -> [ (idid $b) ]. - Syntactic Definition inc := (plus (S O)). + Notation inc := (plus (S O)). End N. Definition zero:=(N.idid O). |