]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Remove a redundant import.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 21:28:06 +0000 (17:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 25 Oct 2011 21:28:06 +0000 (17:28 -0400)
src/Point.hs

index 685bc7ac5378841b68e1903ca27fc12be1a8f27d..fd3ac58dec3ceef5dfd5c8aa1615e25a9bc0af53 100644 (file)
@@ -7,9 +7,6 @@ module Point (
   )
 where
 
-import Comparisons ((~=))
-
-
 type Point = (Double, Double, Double)
 
 instance Num Point where