From 0bf909b0fd50a29f9d52a82f50c12af0c6abbc9e Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 19 Dec 2006 23:34:36 +0000 Subject: overload resolution with value type, for experiment --- src/GF/Compile/Compile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Compile/Compile.hs') diff --git a/src/GF/Compile/Compile.hs b/src/GF/Compile/Compile.hs index 13d2129b7..0e59b1c9d 100644 --- a/src/GF/Compile/Compile.hs +++ b/src/GF/Compile/Compile.hs @@ -281,7 +281,7 @@ compileSourceModule opts env@(k,gr,can,eenv) mo@(i,mi) = do (mo3:_,warnings) <- putpp " type checking" $ ioeErr $ showCheckModule mos mo2 if null warnings then return () else putp warnings $ return () - (k',mo3r:_) <- ioeErr $ refreshModule (k,mos) mo3 + (k',mo3r:_) <- putpp " refreshing " $ ioeErr $ refreshModule (k,mos) mo3 (mo4,eenv') <- ---- if oElem "check_only" opts -- cgit v1.2.3