tuned whitespace; dropped superfluous open
authorhaftmann
Thu, 06 May 2010 16:32:21 +0200
changeset 36701 787c33a0e468
parent 36700 9b85b9d74b83
child 36702 b455ebd63799
tuned whitespace; dropped superfluous open
src/HOL/Tools/Qelim/cooper.ML
--- a/src/HOL/Tools/Qelim/cooper.ML	Thu May 06 16:32:20 2010 +0200
+++ b/src/HOL/Tools/Qelim/cooper.ML	Thu May 06 16:32:21 2010 +0200
@@ -3,7 +3,7 @@
 *)
 
 signature COOPER =
- sig
+sig
   val cooper_conv : Proof.context -> conv
   exception COOPER of string * exn
 end;
@@ -12,7 +12,6 @@
 struct
 
 open Conv;
-open Normalizer;
 
 exception COOPER of string * exn;
 fun simp_thms_conv ctxt =