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:
0b54fb0
)
Let the Adders module export everything.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 21 Jan 2009 12:38:15 +0000
(13:38 +0100)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Wed, 21 Jan 2009 12:38:15 +0000
(13:38 +0100)
Adders.hs
patch
|
blob
|
history
diff --git
a/Adders.hs
b/Adders.hs
index 2e8cf35c98e3fe622e31cc76c3043149ae27067a..c39857898abaa856a1206107c861115a4b08bfa1 100644
(file)
--- a/
Adders.hs
+++ b/
Adders.hs
@@
-1,4
+1,4
@@
-module Adders
(main, no_carry_adder)
where
+module Adders where
import Bits
import Language.Haskell.Syntax