]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteParser.ml
_ in place of unused variables
[helm.git] / helm / software / components / grafite_parser / grafiteParser.ml
index 976bea700353fc2c002df3e7796ef734b4195ee8..558eed081fbd845aa235c488b2bb176a4611cdd2 100644 (file)
@@ -524,6 +524,8 @@ EXTEND
   macro: [
     [ [ IDENT "check"   ]; t = term ->
         GrafiteAst.Check (loc, t)
+    | [ IDENT "eval" ]; kind = reduction_kind; "on"; t = tactic_term ->
+        GrafiteAst.Eval (loc, kind, t)
     | [ IDENT "inline"]; 
         style = OPT [ IDENT "procedural"; depth = OPT int -> depth ];
         suri = QSTRING; prefix = OPT QSTRING;