mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
introducing multiple inheritance
This commit is contained in:
@@ -41,9 +41,7 @@ canon2sourceModule (i,mi) = do
|
||||
return (i',info')
|
||||
where
|
||||
redExtOpen m = do
|
||||
e' <- case M.extends m of
|
||||
Just e -> liftM Just $ redIdent e
|
||||
_ -> return Nothing
|
||||
e' <- mapM redIdent $ M.extends m
|
||||
os' <- mapM (\ (M.OSimple q i) -> liftM (\i -> M.OQualif q i i) (redIdent i)) $
|
||||
M.opens m
|
||||
return (e',os')
|
||||
|
||||
Reference in New Issue
Block a user