diff options
Diffstat (limited to 'src/GF/GFCC/Raw/AbsGFCCRaw.hs')
| -rw-r--r-- | src/GF/GFCC/Raw/AbsGFCCRaw.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/GFCC/Raw/AbsGFCCRaw.hs b/src/GF/GFCC/Raw/AbsGFCCRaw.hs index 7792c0450..ab5f184a8 100644 --- a/src/GF/GFCC/Raw/AbsGFCCRaw.hs +++ b/src/GF/GFCC/Raw/AbsGFCCRaw.hs @@ -9,7 +9,6 @@ data Grammar = data RExp = App CId [RExp] - | AId CId | AInt Integer | AStr String | AFlt Double |
