X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fdeclarative.ml;h=139dcb1f8757995a9a39fc8df047338885708e80;hb=a90c31c1b53222bd6d57360c5ba5c2d0fe7d5207;hp=02d7c6144a0f7d1bf1d70474aeed1281f4106877;hpb=4377e950998c9c63937582952a79975947aa9a45;p=helm.git diff --git a/helm/software/components/tactics/declarative.ml b/helm/software/components/tactics/declarative.ml index 02d7c6144..139dcb1f8 100644 --- a/helm/software/components/tactics/declarative.ml +++ b/helm/software/components/tactics/declarative.ml @@ -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:(Some [term], + ~params:([term], ["all","1";"steps","1"; "use_context","false"]) | `Proof -> Tacticals.id_tac