Remove the DontCare value from the Bit type.
[matthijs/master-project/cλash.git] / Bits.hs
diff --git a/Bits.hs b/Bits.hs
index c0717bff475bf107e5117c5e9cb6f441787e144d..845105d02a49cd4d3966405a316ff021dc4e96fb 100644 (file)
--- a/Bits.hs
+++ b/Bits.hs
@@ -38,7 +38,7 @@ displaysig High = "1"
 displaysig Low  = "0"
 
 -- The plain Bit type
-data Bit = High | Low | DontCare
+data Bit = High | Low -- | DontCare
   deriving (Show, Eq, Read)
 
 -- A function to prettyprint a bitvector