]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Face.hs
Clean up imports/exports.
[spline3.git] / src / Face.hs
index 96848cd9f8c669b1045b40e45f1d0ee754e7e53c..96092609fc55f99cc86459ebf787f26594efff1f 100644 (file)
@@ -1,6 +1,7 @@
 -- | The Face module just contains the definition of the 'Face' data
 --   type and its two typeclass instances.
 module Face
+  ( Face(..) )
 where
 
 import Point