1
0
forked from GitHub/gf-core

before the optimizations OptParametrize and OptValues were applied twice. in addition the values optimization is now always applied because it become very cheep

This commit is contained in:
krasimir
2009-11-12 21:11:51 +00:00
parent 28e6c021e7
commit 5a63f221d7
9 changed files with 225 additions and 410 deletions

View File

@@ -6,7 +6,7 @@ incomplete concrete RelativeRomance of Relative =
lin
RelCl cl = {
s = \\ag,t,a,p,m => pronSuch ! ag ++ conjThat ++
s = \\ag,t,a,p,m => pronSuch ! {g=ag.g; n=ag.n} ++ conjThat ++
cl.s ! DDir ! t ! a ! p ! m ;
c = Nom
} ;