diff options
| author | bringert <bringert@cs.chalmers.se> | 2008-01-04 15:00:58 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2008-01-04 15:00:58 +0000 |
| commit | 934d4dbd7c922fdc30b0bd6225c0dc44fea16ddb (patch) | |
| tree | 4ce35b0e1ec0f552992ca5379e1fd6ab1f834dbf /src | |
| parent | a68b2850e76a36c1f4ca032ea69c1ffa81b69885 (diff) | |
Oops, I happend to record a temporary change for testing combinator parsing on GFCC. Reverting that.
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF/GFCC/API.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/GFCC/API.hs b/src/GF/GFCC/API.hs index 2152acc41..0a3b37cc5 100644 --- a/src/GF/GFCC/API.hs +++ b/src/GF/GFCC/API.hs @@ -21,7 +21,7 @@ import GF.GFCC.Macros import GF.GFCC.DataGFCC import GF.GFCC.CId import GF.GFCC.Raw.ConvertGFCC -import GF.GFCC.Raw.CombParGFCCRaw +import GF.GFCC.Raw.ParGFCCRaw import GF.Command.PPrTree import GF.Data.ErrM |
