From 380f69c2f37dc154c6f908fb893beb4bb1b185a6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 15 Apr 2015 21:03:34 -0400 Subject: [PATCH] Define an export list in Cardinal. --- src/Cardinal.hs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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) -- 2.43.2