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:
5d25b51
)
Name the module in Translator.hs Translator.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 5 Feb 2009 18:47:57 +0000
(19:47 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 5 Feb 2009 18:47:57 +0000
(19:47 +0100)
The module was previously called Main.
Translator.hs
patch
|
blob
|
history
diff --git
a/Translator.hs
b/Translator.hs
index 66e2cb895aaafc62744e32b7838d7279ed5cd15c..e15c9f1cd904243d35c11c2ebbc1220ed7134f39 100644
(file)
--- a/
Translator.hs
+++ b/
Translator.hs
@@
-1,4
+1,4
@@
-module
Main
(main) where
+module
Translator
(main) where
import GHC
import CoreSyn
import qualified CoreUtils