(Hun) Make comparative discontinuous

This commit is contained in:
Inari Listenmaa
2020-04-17 14:45:44 +02:00
parent 738dd44ec8
commit cc85e4aaeb
4 changed files with 36 additions and 16 deletions

View File

@@ -111,7 +111,8 @@ lin
s = \\vf => case vf of {
VFin P3 n => ap.s ! n ;
VFin _ n => ap.s ! n ++ copula.s ! vf ;
_ => ap.s ! Sg ++ copula.s ! vf} ;
_ => ap.s ! Sg ++ copula.s ! vf}
++ ap.compar ;
} ;
-- : CN -> Comp ;