(Kor) Fixes in adverbs + related unit tests

This commit is contained in:
Inari Listenmaa
2020-03-26 20:43:52 +01:00
parent 1acaa57c49
commit dbaa52be08
6 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ lin
-- : Adv -> Comp ;
CompAdv adv = emptyComp ** {
s = \\vf => adv.s ++ copula.s ! vf ;
s = \\vf => adv.s ++ have_V.s ! vf ;
} ;
-- : VP -- Copula alone;