diff options
| author | herbelin | 2000-12-06 19:50:36 +0000 |
|---|---|---|
| committer | herbelin | 2000-12-06 19:50:36 +0000 |
| commit | 4fa0f5b221807378f67da8cde6682ef6a7f93c7b (patch) | |
| tree | 4fce7fb9b920cd52997fb0e0f60cd50a2d50707b | |
| parent | 6ab4986892bcbafc28de1fb9af779f70c65be1f9 (diff) | |
Prise en compte `?' dans les `` ``
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1077 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/Reals/Rsyntax.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Reals/Rsyntax.v b/theories/Reals/Rsyntax.v index f0f9e429b0..0685aaa9cf 100644 --- a/theories/Reals/Rsyntax.v +++ b/theories/Reals/Rsyntax.v @@ -43,6 +43,7 @@ with rexpr2 := with rexpr0 := expr_id [ constr:global($c) ] -> [$c] +| expr_hole [ "?" ] -> [<< ? >>] | expr_com [ "[" constr:constr($c) "]" ] -> [$c] | expr_appl [ "(" rapplication($a) ")" ] -> [$a] | expr_num [ rnumber($s) ] -> [$s ] |
