X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fdeclarative.ml;h=02d7c6144a0f7d1bf1d70474aeed1281f4106877;hb=c6de6147adbf650a444b81f0aaccc8cceeeb5b9b;hp=428e858c573a23b8b23f9bbe5031b251e8452184;hpb=dcef667a444aa0f189225855c1433d26b65fb8b7;p=helm.git diff --git a/helm/software/components/tactics/declarative.ml b/helm/software/components/tactics/declarative.ml index 428e858c5..02d7c6144 100644 --- a/helm/software/components/tactics/declarative.ml +++ b/helm/software/components/tactics/declarative.ml @@ -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