diff options
Diffstat (limited to 'src/GF/Compile/MkUnion.hs')
| -rw-r--r-- | src/GF/Compile/MkUnion.hs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/GF/Compile/MkUnion.hs b/src/GF/Compile/MkUnion.hs index f48f9eda2..6aefdbc75 100644 --- a/src/GF/Compile/MkUnion.hs +++ b/src/GF/Compile/MkUnion.hs @@ -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 |
