mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
"Committed_by_peb"
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
-- > CVS $Author $
|
||||
-- > CVS $Revision $
|
||||
--
|
||||
-- (Description of the module)
|
||||
-- building union of modules.
|
||||
-- AR 1\/3\/2004 --- OBSOLETE 15\/9\/2004 with multiple inheritance
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module MkUnion (makeUnion) where
|
||||
@@ -26,9 +27,6 @@ import Option
|
||||
import List
|
||||
import Monad
|
||||
|
||||
-- building union of modules
|
||||
-- AR 1/3/2004 --- OBSOLETE 15/9/2004 with multiple inheritance
|
||||
|
||||
makeUnion :: SourceGrammar -> Ident -> ModuleType Ident -> [(Ident,[Ident])] ->
|
||||
Err SourceModule
|
||||
makeUnion gr m ty imps = do
|
||||
|
||||
Reference in New Issue
Block a user