summaryrefslogtreecommitdiff
path: root/src/GF/Compile/GrammarToCanon.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-05-15 16:35:13 +0000
committeraarne <aarne@cs.chalmers.se>2007-05-15 16:35:13 +0000
commit035689f8c745a23c9a3a073d316adf82e5f7d00b (patch)
treee1e8921cfd504dcddca5fa3fff5271598aa9b01f /src/GF/Compile/GrammarToCanon.hs
parent8af473a6f5e04ce2aaf74916d91866f1bdb62151 (diff)
started direct compiler from GF to GFCC
Diffstat (limited to 'src/GF/Compile/GrammarToCanon.hs')
-rw-r--r--src/GF/Compile/GrammarToCanon.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/Compile/GrammarToCanon.hs b/src/GF/Compile/GrammarToCanon.hs
index e0e245163..09c0d3d95 100644
--- a/src/GF/Compile/GrammarToCanon.hs
+++ b/src/GF/Compile/GrammarToCanon.hs
@@ -218,6 +218,7 @@ redCTerm t = case t of
P tr l -> do
tr' <- redCTerm tr
return $ G.P tr' (redLabel l)
+ PI tr l _ -> redCTerm $ P tr l -----
T i cs -> do
ty <- getTableType i
ty' <- redCType ty