From e725cfe579b9d05ac040efc08f1ad47e5060de38 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 25 Oct 2011 17:28:06 -0400 Subject: [PATCH] Remove a redundant import. --- src/Point.hs | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.43.2