]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/grafiteParser.ml
1) mk_meta now returns also the index of the created meta
[helm.git] / helm / software / components / grafite_parser / grafiteParser.ml
index 6c5175890581aedd33c2c24794b4cf459fcef1b7..e6b3d8991493298421701895bdaf3332c20dd3fc 100644 (file)
@@ -182,7 +182,7 @@ EXTEND
   using: [ [ using = OPT [ IDENT "using"; t = tactic_term -> t ] -> using ] ];
   ntactic: [
     [ IDENT "napply"; t = tactic_term -> GrafiteAst.NApply (loc, t)
-    | IDENT "nchange"; what = tactic_term; with_what = tactic_term -> 
+    | IDENT "nchange"; what = pattern_spec; "with"; with_what = tactic_term -> 
         GrafiteAst.NChange (loc, what, with_what)
     ]
   ];