X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Bits.hs;h=cea48cc0c457f1d3772eb75f3f2276d1957c251f;hb=8f26d216ad75c8e6cb017ae8b0f5e6f1cd62f505;hp=50f6aa4c3f6766749e0a6e590080f62437c78591;hpb=0de275199ba2f3a98339eefb7784e061a451c5f7;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git 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: