]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteEngine.ml
New tactic "case1_tac" that make "intro" followed by case of the first
[helm.git] / helm / software / components / grafite_engine / grafiteEngine.ml
index b3560150e0c9931496a5b087dd6fd4241b94e680..634ccc769129e5157564d49fd96fda33be3f88ce 100644 (file)
@@ -586,6 +586,7 @@ let eval_ng_punct (_text, _prefix_len, punct) =
 let eval_ng_tac (text, prefix_len, tac) =
   match tac with
   | GrafiteAst.NApply (_loc, t) -> NTactics.apply_tac (text,prefix_len,t) 
+  | GrafiteAst.NCase1 (_loc,n) -> NTactics.case1_tac n
   | GrafiteAst.NChange (_loc, pat, ww) -> 
       NTactics.change_tac 
        ~where:(text,prefix_len,pat) ~with_what:(text,prefix_len,ww)