1
0
forked from GitHub/gf-core

path in file name test in ReadFiles

This commit is contained in:
aarne
2004-06-17 14:10:06 +00:00
parent a22d6fdb01
commit f63d731e33
2 changed files with 6 additions and 2 deletions

View File

@@ -101,6 +101,9 @@ qualifAnnotPar m t = case t of
lookupLincat :: SourceGrammar -> Ident -> Ident -> Err Type
lookupLincat gr m c | elem c [zIdent "String", zIdent "Int"] =
return defLinType --- ad hoc; not needed?
lookupLincat gr m c = do
mi <- lookupModule gr m
case mi of