1
0
forked from GitHub/gf-core

tram using compiled resources

This commit is contained in:
aarne
2006-02-22 22:29:11 +00:00
parent c2636ea968
commit b30e817e55
10 changed files with 23 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ import Data.List (nub)
import Control.Monad
lookupResDef :: SourceGrammar -> Ident -> Ident -> Err Term
lookupResDef gr = look True where
lookupResDef gr m c = look True m c where
look isTop m c = do
mi <- lookupModule gr m
case mi of