diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-05 09:02:47 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-05 09:02:47 +0000 |
| commit | 945a49214bd49fb082e8f613fc68d192a1b38743 (patch) | |
| tree | 4d6582426ea0bb5458b12a74a1c7c86fc0981553 /src/GF/GFCC/SkelGFCC.hs | |
| parent | cc104236df63dafebaf87612aa379156cf914063 (diff) | |
cleaned up new GFCC, but added RP as deprecated
Diffstat (limited to 'src/GF/GFCC/SkelGFCC.hs')
| -rw-r--r-- | src/GF/GFCC/SkelGFCC.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GF/GFCC/SkelGFCC.hs b/src/GF/GFCC/SkelGFCC.hs index 7d5fb3eab..f9fffa217 100644 --- a/src/GF/GFCC/SkelGFCC.hs +++ b/src/GF/GFCC/SkelGFCC.hs @@ -51,13 +51,11 @@ transLinDef x = case x of transType :: Type -> Result transType x = case x of - Typ cids cid -> failure x DTyp hypos cid exps -> failure x transExp :: Exp -> Result transExp x = case x of - Tr atom exps -> failure x DTr cids atom exps -> failure x EEq equations -> failure x @@ -84,6 +82,7 @@ transTerm x = case x of FV terms -> failure x W str term -> failure x TM -> failure x + RP term0 term -> failure x transTokn :: Tokn -> Result |
