X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FPoint.hs;h=fd3ac58dec3ceef5dfd5c8aa1615e25a9bc0af53;hb=e725cfe579b9d05ac040efc08f1ad47e5060de38;hp=685bc7ac5378841b68e1903ca27fc12be1a8f27d;hpb=922f93eb2aa9d8ef1747289f5973de25bd346edc;p=spline3.git 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