1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
peb
2004-06-18 14:23:15 +00:00
parent e0d4eff9cb
commit 55d359a720
6 changed files with 14 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ lookupAbsDef gr m c = errIn ("looking up absdef of" +++ prt c) $ do
_ -> Bad $ prt m +++ "is not an abstract module"
lookupFunType :: GFCGrammar -> Ident -> Ident -> Err Type
lookupFunType gr m c = errIn ("looking up funtype of" +++ prt c) $ do
lookupFunType gr m c = errIn ("looking up funtype of" +++ prt c +++ "in module" +++ prt m) $ do
mi <- lookupModule gr m
case mi of
ModMod mo -> do