From f92ae43aff15921b1c4a14608ff15f43e45ef9e1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 16 Mar 2015 05:52:24 +0000 Subject: clock types --- src/Types/Clocks.hs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Types/Clocks.hs 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) -- cgit v1.2.3