aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-16 05:52:24 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-03-16 05:52:24 +0000
commitf92ae43aff15921b1c4a14608ff15f43e45ef9e1 (patch)
treef01e79ef7376a9e1e382196bd01c82ff07d6c5af
parent9f49ac7284bacc50ffb2c953917abe18880addfc (diff)
downloadsariulclocks-f92ae43aff15921b1c4a14608ff15f43e45ef9e1.tar.gz
clock types
-rw-r--r--src/Types/Clocks.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Types/Clocks.hs b/src/Types/Clocks.hs
new file mode 100644
index 0000000..dd670af
--- /dev/null
+++ b/src/Types/Clocks.hs
@@ -0,0 +1,4 @@
+module Types.Clocks where
+
+data Clock = CountDownClock | CountUpClock
+ deriving (Show, Read, Eq)