]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteEngine.ml
snaphost: supright almost done
[helm.git] / helm / software / components / grafite_engine / grafiteEngine.ml
index d4738a5515d73cb9cabc3b9a948869d1ef6dd4a8..1c918ac50bbb1693dc7bef890fd775994464ca91 100644 (file)
@@ -604,6 +604,9 @@ let eval_ng_tac (text, prefix_len, tac) =
            ) hyps,
           (text,prefix_len,concl))
        ) seqs)
+  | GrafiteAst.NAuto (_loc, (l,a)) ->
+      NTactics.auto_tac
+       ~params:(List.map (fun x -> "",0,x) l,a)
   | GrafiteAst.NCases (_loc, what, where) ->
       NTactics.cases_tac 
         ~what:(text,prefix_len,what)