diff options
| author | aarne <unknown> | 2004-09-23 14:41:42 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-09-23 14:41:42 +0000 |
| commit | 2c60a2d82a0d7b90924e7dbbcacf36afb8549d17 (patch) | |
| tree | 0a04734e741c294cb9f58cfdcafa2ff2b55894dd /src/GF/Canon/SkelGFC.hs | |
| parent | d5b4230d6dbee8c03eedf8d181dfa2badf1a954b (diff) | |
Ints n
Diffstat (limited to 'src/GF/Canon/SkelGFC.hs')
| -rw-r--r-- | src/GF/Canon/SkelGFC.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GF/Canon/SkelGFC.hs b/src/GF/Canon/SkelGFC.hs index e2a393ca3..2459500b5 100644 --- a/src/GF/Canon/SkelGFC.hs +++ b/src/GF/Canon/SkelGFC.hs @@ -35,7 +35,7 @@ transModType x = case x of transExtend :: Extend -> Result transExtend x = case x of - Ext id -> failure x + Ext ids -> failure x NoExt -> failure x @@ -129,6 +129,7 @@ transCType x = case x of Table ctype0 ctype -> failure x Cn cident -> failure x TStr -> failure x + TInts n -> failure x transLabelling :: Labelling -> Result @@ -148,6 +149,7 @@ transTerm x = case x of S term0 term -> failure x C term0 term -> failure x FV terms -> failure x + EInt n -> failure x K tokn -> failure x E -> failure x @@ -191,6 +193,7 @@ transPatt x = case x of PV id -> failure x PW -> failure x PR pattassigns -> failure x + PI n -> failure x transPattAssign :: PattAssign -> Result |
