X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FFace.hs;h=96092609fc55f99cc86459ebf787f26594efff1f;hb=cc42825a4df8226f217e59e852950c36c0ec67ba;hp=96848cd9f8c669b1045b40e45f1d0ee754e7e53c;hpb=58cf11569acb270995d2de924dda03ef526647e2;p=spline3.git diff --git a/src/Face.hs b/src/Face.hs index 96848cd..9609260 100644 --- a/src/Face.hs +++ b/src/Face.hs @@ -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