From d9768d874c3b4ebb113b6fd3cc30234725c59279 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 5 Mar 2009 14:43:24 +0100 Subject: [PATCH] Remove the dontcare function from Bits. --- Bits.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Bits.hs b/Bits.hs index 50f6aa4..cea48cc 100644 --- a/Bits.hs +++ b/Bits.hs @@ -58,8 +58,6 @@ type Stream a = [a] lows = Low : lows highs = High : highs -dontcare = undefined - type BitVec len = FSVec.FSVec len Bit -- vim: set ts=8 sw=2 sts=2 expandtab: -- 2.30.2