aboutsummaryrefslogtreecommitdiffhomepage
path: root/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'syntax')
-rwxr-xr-xsyntax/PPConstr.v10
1 files changed, 9 insertions, 1 deletions
diff --git a/syntax/PPConstr.v b/syntax/PPConstr.v
index ee259cbfa..6e17c0d51 100755
--- a/syntax/PPConstr.v
+++ b/syntax/PPConstr.v
@@ -251,4 +251,12 @@ Syntax constr
| onecofixdecl [ << (CFDECL $f $A $t) >> ] ->
[ $f " : "
[1 2] $A:E " :="
- [1 2] $t:E ].
+ [1 2] $t:E ]
+ ;
+
+ level 8:
+ evalconstr [ << (EVAL $c $r) >> ] ->
+ [ [<hv 0> "Eval" [1 1] $r [1 0] "in" [1 1] $c:E ] ].
+
+
+