diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-05-23 22:20:00 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-05-23 22:20:00 +0000 |
| commit | 750ef2ca30b7e075d0a0b1404ee2dc741b3f2166 (patch) | |
| tree | 9ab90a622422203e627e1383a076b0e87f3ca117 /src/GF/Infra | |
| parent | 00e7c3225e0399917e3a602a43b26ec238b870bc (diff) | |
bug fix in with-modules and gr checker; factoring out cats to Common
Diffstat (limited to 'src/GF/Infra')
| -rw-r--r-- | src/GF/Infra/Modules.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Infra/Modules.hs b/src/GF/Infra/Modules.hs index e8f372896..3f61247a5 100644 --- a/src/GF/Infra/Modules.hs +++ b/src/GF/Infra/Modules.hs @@ -58,7 +58,7 @@ data MGrammar i f a = MGrammar {modules :: [(i,ModInfo i f a)]} data ModInfo i f a = ModMainGrammar (MainGrammar i) | ModMod (Module i f a) - | ModWith (ModuleType i) ModuleStatus i [i] [OpenSpec i] + | ModWith (ModuleType i) ModuleStatus i [(i,MInclude i)] [OpenSpec i] deriving Show data Module i f a = Module { |
