]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/cicTextualParser2.ml
added ast for Match
[helm.git] / helm / ocaml / cic_disambiguation / cicTextualParser2.ml
index e1623f3d2bbcec6387f688798e5d253adb40af0d..a7c7a9ae21329089fc0c3983ca8c6618a08b1a69 100644 (file)
@@ -480,6 +480,7 @@ EXTEND
     | [ IDENT "check"   ]; t = term ->
         TacticAst.Check (loc, t)
     | [ IDENT "hint" ] -> TacticAst.Hint loc
+    | [ IDENT "pmatch" ] ; t = term -> TacticAst.Match (loc,t)
     | [ IDENT "print" ]; name = QSTRING -> TacticAst.Print (loc, name)
   ]];