projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3a4459
)
Remove the dontcare function from Bits.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Thu, 5 Mar 2009 13:43:24 +0000
(14:43 +0100)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Thu, 5 Mar 2009 13:43:24 +0000
(14:43 +0100)
Bits.hs
patch
|
blob
|
history
diff --git
a/Bits.hs
b/Bits.hs
index 50f6aa4c3f6766749e0a6e590080f62437c78591..cea48cc0c457f1d3772eb75f3f2276d1957c251f 100644
(file)
--- 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: