diff options
| author | bjorn <bjorn@bringert.net> | 2008-01-29 15:53:50 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-01-29 15:53:50 +0000 |
| commit | 42382d6f93066b3adc5aa5264f8fdca0de79771f (patch) | |
| tree | ee64e955d02cdac91f5f42826386c8123d685678 /src/GF/GFCC/Raw/AbsGFCCRaw.hs | |
| parent | 730a9905f3ae44d2349649187dd49792bd8f1973 (diff) | |
Merge AId and App forms in GFCCRaw.
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 |
