mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 02:09:32 -06:00
bug fix in with-modules and gr checker; factoring out cats to Common
This commit is contained in:
@@ -112,7 +112,7 @@ transModDef x = case x of
|
||||
opens' <- mapM transOpen opens
|
||||
return (id', GM.ModWith mtyp' mstat' m' [] opens')
|
||||
MWithE extends m opens -> do
|
||||
extends' <- liftM (map fst) $ mapM transIncludedExt extends
|
||||
extends' <- mapM transIncludedExt extends
|
||||
m' <- transIdent m
|
||||
opens' <- mapM transOpen opens
|
||||
return (id', GM.ModWith mtyp' mstat' m' extends' opens')
|
||||
|
||||
Reference in New Issue
Block a user