X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FCardinal.hs;h=300c340687fbd86daf9a21035a19207acb936f0b;hb=e3ec959f17996760a644bad79023d79c0e262ac9;hp=031dfc2c9c561ea4b3f5cbea51be284be8cbe123;hpb=3f7331f579118687cd73b977ce6aa7d401f88a09;p=spline3.git diff --git a/src/Cardinal.hs b/src/Cardinal.hs index 031dfc2..300c340 100644 --- a/src/Cardinal.hs +++ b/src/Cardinal.hs @@ -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)