updated Ina so that API compiles

This commit is contained in:
aarne
2010-12-14 09:52:39 +00:00
parent 8a0b3b8ba8
commit 473c986274
9 changed files with 48 additions and 20 deletions

View File

@@ -61,6 +61,7 @@ concrete VerbIna of Verb = CatIna ** open ResIna, Prelude in {
CompAP ap = ap ;
CompNP np = {s = \\_ => np.s ! Acc} ;
CompCN cn = {s = \\a => cn.s ! a.n} ;
CompAdv a = {s = \\_ => a.s} ;
}