X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FThreeDimensional.hs;h=4b74f184c9da86ee2faad7f82d56a02937820c7a;hb=1bf996325008f79215a607d765adb042026f7444;hp=2775ee9c874d579f9b41837dde980abb6fab6935;hpb=89b8b6e94fcc944a1f4611811265f3c6217af850;p=spline3.git diff --git a/src/ThreeDimensional.hs b/src/ThreeDimensional.hs index 2775ee9..4b74f18 100644 --- a/src/ThreeDimensional.hs +++ b/src/ThreeDimensional.hs @@ -1,4 +1,5 @@ module ThreeDimensional + ( ThreeDimensional(..) ) where import Point(Point)