(Est) Keep non-finite forms non-finite in PassV2

TODO: restructure VP so we retain non-finite passive forms
This commit is contained in:
Inari Listenmaa
2022-04-12 19:01:08 +08:00
parent a72600b27c
commit 1f7e16642b
2 changed files with 14 additions and 14 deletions
+6
View File
@@ -163,6 +163,12 @@ param
in
preOrPost co.isPre co.s nps ;
-- Used for passive; c2 of V2/VPSlash becomes sc of VP
compl2subjcase : Compl -> NPForm = \compl ->
case compl.c of {
NPCase Gen => NPCase Nom ; -- valisin koera -> koer valitakse
_ => compl.c -- rääkisin koerale -> koerale räägitakse
} ;
-- For $Verb$.
Verb : Type = {