]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_engine/grafiteEngine.ml
First tests for paramodulation (pretty printer, unification)
[helm.git] / helm / software / components / grafite_engine / grafiteEngine.ml
index d4738a5515d73cb9cabc3b9a948869d1ef6dd4a8..a9e5a56b5fdd78c79efedaae3018f1c9ee20afed 100644 (file)
@@ -604,6 +604,9 @@ let eval_ng_tac (text, prefix_len, tac) =
            ) hyps,
           (text,prefix_len,concl))
        ) seqs)
+  | GrafiteAst.NAuto (_loc, params) ->
+      NTactics.auto_tac
+       ~params
   | GrafiteAst.NCases (_loc, what, where) ->
       NTactics.cases_tac 
         ~what:(text,prefix_len,what)