From 87b55df10f00fd23d89a89bfb7c4354ff455d83d Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 11 Jan 2005 15:06:12 +0000 Subject: -val optimization --- src/GF/Canon/SkelGFC.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/GF/Canon/SkelGFC.hs') diff --git a/src/GF/Canon/SkelGFC.hs b/src/GF/Canon/SkelGFC.hs index 2459500b5..d61c841ff 100644 --- a/src/GF/Canon/SkelGFC.hs +++ b/src/GF/Canon/SkelGFC.hs @@ -146,6 +146,7 @@ transTerm x = case x of R assigns -> failure x P term label -> failure x T ctype cases -> failure x + V ctype terms -> failure x S term0 term -> failure x C term0 term -> failure x FV terms -> failure x @@ -158,6 +159,7 @@ transTokn :: Tokn -> Result transTokn x = case x of KS str -> failure x KP strs variants -> failure x + KM str -> failure x transAssign :: Assign -> Result -- cgit v1.2.3