From b96b36f43de3e2f8b58d5f539daa6f6d47f25870 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 25 Jun 2008 16:43:48 +0000 Subject: removed src for 2.9 --- src/GF/GFCC/Raw/AbsGFCCRaw.hs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/GF/GFCC/Raw/AbsGFCCRaw.hs (limited to 'src/GF/GFCC/Raw/AbsGFCCRaw.hs') diff --git a/src/GF/GFCC/Raw/AbsGFCCRaw.hs b/src/GF/GFCC/Raw/AbsGFCCRaw.hs deleted file mode 100644 index ab5f184a8..000000000 --- a/src/GF/GFCC/Raw/AbsGFCCRaw.hs +++ /dev/null @@ -1,17 +0,0 @@ -module GF.GFCC.Raw.AbsGFCCRaw where - --- Haskell module generated by the BNF converter - -newtype CId = CId String deriving (Eq,Ord,Show) -data Grammar = - Grm [RExp] - deriving (Eq,Ord,Show) - -data RExp = - App CId [RExp] - | AInt Integer - | AStr String - | AFlt Double - | AMet - deriving (Eq,Ord,Show) - -- cgit v1.2.3