1
0
forked from GitHub/gf-core

treating Int as PredefAbs.Int in lookup

This commit is contained in:
aarne
2008-06-12 13:11:18 +00:00
parent 67c43b8251
commit 9de5012d76
4 changed files with 11 additions and 4 deletions

View File

@@ -176,7 +176,6 @@ compileSourceModule opts env@(k,gr,_) mo@(i,mi) = do
if null warnings then return () else putp warnings $ return ()
intermOut opts DumpTypeCheck (prModule mo3)
(k',mo3r:_) <- putpp " refreshing " $ ioeErr $ refreshModule (k,mos) mo3
intermOut opts DumpRefresh (prModule mo3r)