mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
working with interfaces
This commit is contained in:
@@ -15,6 +15,7 @@ import Monad
|
||||
-- The top-level function $extendModInfo$
|
||||
-- extends a module symbol table by indirections to the module it extends
|
||||
|
||||
--- this is not in use 5/11/2003
|
||||
extendModInfo :: Ident -> SourceModInfo -> SourceModInfo -> Err SourceModInfo
|
||||
extendModInfo name old new = case (old,new) of
|
||||
(ModMod m0, ModMod (Module mt st fs _ ops js)) -> do
|
||||
|
||||
Reference in New Issue
Block a user