From: Michael Orlitzky Date: Tue, 25 Oct 2011 21:28:06 +0000 (-0400) Subject: Remove a redundant import. X-Git-Tag: 0.0.1~80 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=e725cfe579b9d05ac040efc08f1ad47e5060de38 Remove a redundant import. --- diff --git a/src/Point.hs b/src/Point.hs index 685bc7a..fd3ac58 100644 --- a/src/Point.hs +++ b/src/Point.hs @@ -7,9 +7,6 @@ module Point ( ) where -import Comparisons ((~=)) - - type Point = (Double, Double, Double) instance Num Point where