From: Michael Orlitzky Date: Thu, 16 Apr 2015 01:15:22 +0000 (-0400) Subject: Import cleanup in Face. X-Git-Tag: 0.0.1~14 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=539486a032dbd760bf01c37d6d8e063aaf4a59bc Import cleanup in Face. --- diff --git a/src/Face.hs b/src/Face.hs index 785acaf..f4bc158 100644 --- a/src/Face.hs +++ b/src/Face.hs @@ -1,12 +1,12 @@ -- | The Face module just contains the definition of the 'Face' data -- type and its two typeclass instances. +-- module Face ( Face(..), - center - ) + center ) where -import Point +import Point ( Point(..), scale ) data Face = Face { v0 :: !Point, v1 :: !Point,