]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Define an export list in Cardinal.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 16 Apr 2015 01:03:34 +0000 (21:03 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 16 Apr 2015 01:03:34 +0000 (21:03 -0400)
src/Cardinal.hs

index 031dfc2c9c561ea4b3f5cbea51be284be8cbe123..300c340687fbd86daf9a21035a19207acb936f0b 100644 (file)
@@ -9,7 +9,17 @@
 --   center of a cube. In addition to those 26 directions, we also
 --   include the interior point and a number of composite types that
 --   allow us to perform arithmetic on directions.
-module Cardinal
+--
+module Cardinal (
+  Cardinal(..),
+  cardinal_properties,
+  cardinal_tests,
+  ccwx,
+  ccwy,
+  ccwz,
+  cwx,
+  cwy,
+  cwz )
 where
 
 import Control.Monad (liftM, liftM2)