X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FCardinal.hs;h=300c340687fbd86daf9a21035a19207acb936f0b;hb=380f69c2f37dc154c6f908fb893beb4bb1b185a6;hp=031dfc2c9c561ea4b3f5cbea51be284be8cbe123;hpb=dce4b1749ef651ecd19ad69d9eaccb9807d8c631;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)