From 2c60a2d82a0d7b90924e7dbbcacf36afb8549d17 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 23 Sep 2004 14:41:42 +0000 Subject: Ints n --- src/GF/Canon/SkelGFC.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/GF/Canon/SkelGFC.hs') 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 -- cgit v1.2.3