]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/declarative.ml
support axioms
[helm.git] / helm / software / components / tactics / declarative.ml
index 428e858c573a23b8b23f9bbe5031b251e8452184..02d7c6144a0f7d1bf1d70474aeed1281f4106877 100644 (file)
@@ -29,7 +29,7 @@ let mk_just ~dbd ~automation_cache =
  function
     `Auto (l,params) -> 
        Tactics.auto ~dbd 
-       ~params:(l,("skip_trie_filtering","1")::("skip_context","1")::params) ~automation_cache
+       ~params:(l,("skip_trie_filtering","1")::(*("skip_context","1")::*)params) ~automation_cache
   | `Term t -> Tactics.apply t
 ;;
 
@@ -197,7 +197,7 @@ let rewritingstep ~dbd ~automation_cache lhs rhs just last_step =
     | `Term just -> Tactics.apply just
     | `SolveWith term -> 
                     Tactics.demodulate ~automation_cache ~dbd
-                    ~params:([term],
+                    ~params:(Some [term],
                       ["all","1";"steps","1"; "use_context","false"])
     | `Proof ->
         Tacticals.id_tac