From: Claudio Sacerdoti Coen Date: Tue, 14 Nov 2006 14:48:54 +0000 (+0000) Subject: library=1 in obtain _ = _ by _. X-Git-Tag: 0.4.95@7852~813 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=df23acc7cd38047095f3920ce3a6054f545a039d;p=helm.git library=1 in obtain _ = _ by _. --- diff --git a/components/tactics/declarative.ml b/components/tactics/declarative.ml index 75f56f2b6..7561281a8 100644 --- a/components/tactics/declarative.ml +++ b/components/tactics/declarative.ml @@ -150,7 +150,7 @@ let rewritingstep ~dbd lhs rhs just conclude = match just with None -> Tactics.auto ~dbd - ~params:["paramodulation","1"; "timeout","3"] + ~params:["paramodulation","1"; "timeout","3"; "library","1"] | Some just -> Tactics.apply just in match lhs with