X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fdeclarative.ml;h=139dcb1f8757995a9a39fc8df047338885708e80;hb=f1f80d3696cca276a0e07babe46debd2447007f7;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..139dcb1f8 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 ;;