Remove support for DontCare.
[matthijs/master-project/cλash.git] / Bits.hs
diff --git a/Bits.hs b/Bits.hs
index c0717bff475bf107e5117c5e9cb6f441787e144d..99131d063ceffb834d2eec05451fac449feaf38b 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
   deriving (Show, Eq, Read)
 
 -- A function to prettyprint a bitvector