X-Git-Url: http://gitweb.michael.orlitzky.com/?p=numerical-analysis.git;a=blobdiff_plain;f=src%2FMisc.hs;h=c81d3594fad218bd6d76d224e3aa942071c0a1cf;hp=bf8414d8e859d671e5c5c8794e63ea31680f4b0a;hb=ae914d13235a4582077a5cb2b1edd630d9c6ad62;hpb=6b6bae4206bab66823617e2ba77cdf3e8d3fb752 diff --git a/src/Misc.hs b/src/Misc.hs index bf8414d..c81d359 100644 --- a/src/Misc.hs +++ b/src/Misc.hs @@ -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.