Started with unions.

This commit is contained in:
aarne
2004-02-27 07:43:52 +00:00
parent b32c3081a1
commit b790008b19
14 changed files with 1324 additions and 1182 deletions

19
src/GF/Compile/MkUnion.hs Normal file
View File

@@ -0,0 +1,19 @@
module MkUnion (makeUnion) where
import Grammar
import Ident
import Modules
import Macros
import PrGrammar
import Operations
import Monad
-- building union of modules
-- AR 21/8/2002 -- 22/6/2003 for GF with modules
makeUnion :: SourceGrammar -> Ident -> ModuleType Ident -> [(Ident,[Ident])] ->
Err SourceModule
makeUnion gr m ty imps = do
Bad "Sorry: unions not yet implemented"