]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteEngine.ml
new tactic constructor: @[n]
[helm.git] / helm / software / components / grafite_engine / grafiteEngine.ml
index d0d58a6fe50dc83f770ee010bdbb4c8695ef81e9..2a04b7470249205b4e39af535b8bab1a16813d70 100644 (file)
@@ -653,6 +653,7 @@ let eval_ng_tac tac =
   | GrafiteAst.NChange (_loc, pat, ww) -> 
       NTactics.change_tac 
        ~where:(text,prefix_len,pat) ~with_what:(text,prefix_len,ww) 
+  | GrafiteAst.NConstructor (_loc,num) -> NTactics.constructor_tac ?num
   | GrafiteAst.NDot _ -> NTactics.dot_tac 
   | GrafiteAst.NElim (_loc, what, where) ->
       NTactics.elim_tac