summaryrefslogtreecommitdiff
path: root/src/GF/Source/AbsGF.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-05-26 13:18:17 +0000
committeraarne <unknown>2005-05-26 13:18:17 +0000
commit9a756a3ac10128bc60708d4f41e2379450adf57c (patch)
treecc145fce9d5ff048fe3780922b002b3759076f5a /src/GF/Source/AbsGF.hs
parent71c50e18d328d1fbf04749e8a453f1e8390c15f9 (diff)
romance Inf ; %, included
Diffstat (limited to 'src/GF/Source/AbsGF.hs')
-rw-r--r--src/GF/Source/AbsGF.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GF/Source/AbsGF.hs b/src/GF/Source/AbsGF.hs
index 143957102..a92313f0b 100644
--- a/src/GF/Source/AbsGF.hs
+++ b/src/GF/Source/AbsGF.hs
@@ -41,13 +41,13 @@ data ModType =
data ModBody =
MBody Extend Opens [TopDef]
| MWith Ident [Open]
- | MWithE [Ident] Ident [Open]
+ | MWithE [Included] Ident [Open]
| MReuse Ident
| MUnion [Included]
deriving (Eq,Ord,Show)
data Extend =
- Ext [Ident]
+ Ext [Included]
| NoExt
deriving (Eq,Ord,Show)
@@ -76,6 +76,7 @@ data QualOpen =
data Included =
IAll Ident
| ISome Ident [Ident]
+ | IMinus Ident [Ident]
deriving (Eq,Ord,Show)
data Def =