aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 ]