aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-01-21 09:25:47 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-01-21 09:25:47 +0000
commit29dbd271e1619b05dbd7677b379332817dbc167d (patch)
tree6c6c06ade0117be24cbf81cea8ab502efaf24ccf /contrib
parent5123471dcadfc3c46d4159b901997f949c69d89a (diff)
Zinv -> Zopp
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2419 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/correctness/psyntax.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/correctness/psyntax.ml4 b/contrib/correctness/psyntax.ml4
index 361791414..e1fd72fb4 100644
--- a/contrib/correctness/psyntax.ml4
+++ b/contrib/correctness/psyntax.ml4
@@ -372,7 +372,7 @@ GEXTEND Gram
] ]
;
ast6:
- [ [ "-"; x = prog6 -> un_op "Zinv" loc x
+ [ [ "-"; x = prog6 -> un_op "Zopp" loc x
| x = ast7 -> without_effect loc x
] ]
;