From df23acc7cd38047095f3920ce3a6054f545a039d Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 14 Nov 2006 14:48:54 +0000 Subject: [PATCH] library=1 in obtain _ = _ by _. --- components/tactics/declarative.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2