aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-06 19:50:36 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-06 19:50:36 +0000
commit4fa0f5b221807378f67da8cde6682ef6a7f93c7b (patch)
tree4fce7fb9b920cd52997fb0e0f60cd50a2d50707b /theories
parent6ab4986892bcbafc28de1fb9af779f70c65be1f9 (diff)
Prise en compte `?' dans les `` ``
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1077 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r--theories/Reals/Rsyntax.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Reals/Rsyntax.v b/theories/Reals/Rsyntax.v
index f0f9e429b..0685aaa9c 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 ]