]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteParser.ml
New tactic intro. Syntax: "# n".
[helm.git] / helm / software / components / grafite_parser / grafiteParser.ml
index 8e67c0f3e96cf0525c091a294d33a00229f880f2..821d2909a65697d365ddfa7369b34dc6ec5b79e3 100644 (file)
@@ -186,6 +186,7 @@ EXTEND
         GrafiteAst.NChange (loc, what, with_what)
     | IDENT "nelim"; what = tactic_term ; where = pattern_spec ->
         GrafiteAst.NElim (loc, what, where)
+    | SYMBOL "#"; n=IDENT -> GrafiteAst.NIntro (loc,n)
     ]
   ];
   tactic: [