diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-09-19 16:48:13 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-09-19 16:48:13 +0000 |
| commit | ef389db5694a52eb9c171fe76b952f37216e4c09 (patch) | |
| tree | cf285b0f746575e5fb210866df5a73c6057405d5 /src/GF/Canon/GFCC/ParGFCC.hs | |
| parent | aff4aa20c19ccef4ccdbb664d2e989eba36f4446 (diff) | |
started extending GFCC API with parsing
Diffstat (limited to 'src/GF/Canon/GFCC/ParGFCC.hs')
| -rw-r--r-- | src/GF/Canon/GFCC/ParGFCC.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Canon/GFCC/ParGFCC.hs b/src/GF/Canon/GFCC/ParGFCC.hs index 22813a47b..2d208c20d 100644 --- a/src/GF/Canon/GFCC/ParGFCC.hs +++ b/src/GF/Canon/GFCC/ParGFCC.hs @@ -448,14 +448,14 @@ happyReduction_42 happy_x_2 happy_x_1 = case happyOut24 happy_x_2 of { happy_var_2 -> happyIn36 - (V happy_var_2 + (V (fromInteger happy_var_2) --H )} happyReduce_43 = happySpecReduce_1 13# happyReduction_43 happyReduction_43 happy_x_1 = case happyOut24 happy_x_1 of { happy_var_1 -> happyIn36 - (C happy_var_1 + (C (fromInteger happy_var_1) --H )} happyReduce_44 = happySpecReduce_1 13# happyReduction_44 |
