]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - src/Misc.hs
Clean up imports everywhere.
[numerical-analysis.git] / src / Misc.hs
index bf8414d8e859d671e5c5c8794e63ea31680f4b0a..c81d3594fad218bd6d76d224e3aa942071c0a1cf 100644 (file)
@@ -6,9 +6,9 @@ module Misc
 where
 
 import NumericPrelude
-import Algebra.Field
-import Algebra.RealRing
-import Algebra.ToInteger
+import Algebra.Field ( C )
+import Algebra.RealRing ( C )
+import Algebra.ToInteger ( C )
 
 -- | Partition the interval [@a@, @b@] into @n@ subintervals, which we
 --   then return as a list of pairs.