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:
709b1c0
)
Let Translator.hs export everything.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 6 Feb 2009 08:36:31 +0000
(09:36 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 6 Feb 2009 08:36:31 +0000
(09:36 +0100)
Translator.hs
patch
|
blob
|
history
diff --git
a/Translator.hs
b/Translator.hs
index e15c9f1cd904243d35c11c2ebbc1220ed7134f39..c4e521a52cc02a4cf5ab6638c6cc80952908218c 100644
(file)
--- a/
Translator.hs
+++ b/
Translator.hs
@@
-1,4
+1,4
@@
-module Translator
(main)
where
+module Translator where
import GHC
import CoreSyn
import qualified CoreUtils