From 9e0dd0a41a9d386d4cc9ae6bab6fa2e1862e829f Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 13 Dec 2007 22:15:19 +0000 Subject: some generated GFCCRaw files added to darcs; make gf3langs for alltenses --- src/GF/GFCC/Raw/AbsGFCCRaw.hs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create 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 new file mode 100644 index 000000000..7792c0450 --- /dev/null +++ b/src/GF/GFCC/Raw/AbsGFCCRaw.hs @@ -0,0 +1,18 @@ +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] + | AId CId + | AInt Integer + | AStr String + | AFlt Double + | AMet + deriving (Eq,Ord,Show) + -- cgit v1.2.3