From 2ee936c7e23bd690b05b8362179911a2d176f150 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 9 Oct 2003 15:23:32 +0000 Subject: Added treatment of transfer modules. Aggregation is an example. --- src/GF/Source/AbsGF.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GF/Source/AbsGF.hs') diff --git a/src/GF/Source/AbsGF.hs b/src/GF/Source/AbsGF.hs index ce307ee17..0dd825891 100644 --- a/src/GF/Source/AbsGF.hs +++ b/src/GF/Source/AbsGF.hs @@ -5,6 +5,7 @@ import Ident --H -- Haskell module generated by the BNF converter, except --H -- newtype Ident = Ident String deriving (Eq,Ord,Show) --H + newtype LString = LString String deriving (Eq,Ord,Show) data Grammar = Gr [ModDef] @@ -65,7 +66,7 @@ data TopDef = | DefFun [FunDef] | DefDef [Def] | DefData [DataDef] - | DefTrans [FlagDef] + | DefTrans [Def] | DefPar [ParDef] | DefOper [Def] | DefLincat [PrintDef] -- cgit v1.2.3