1
0
forked from GitHub/gf-core

started direct compiler from GF to GFCC

This commit is contained in:
aarne
2007-05-15 16:35:13 +00:00
parent e857cdf485
commit 1317c89fd4
8 changed files with 516 additions and 3 deletions

View File

@@ -672,6 +672,9 @@ composOp co trm =
P t i ->
do t' <- co t
return (P t' i)
PI t i j ->
do t' <- co t
return (PI t' i j)
ExtR a c ->
do a' <- co a
c' <- co c