From 539486a032dbd760bf01c37d6d8e063aaf4a59bc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 15 Apr 2015 21:15:22 -0400 Subject: [PATCH] Import cleanup in Face. --- src/Face.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, -- 2.43.2