1
0
forked from GitHub/gf-rgl

(Som) Fixes in verb constructors, still WIP

This commit is contained in:
Inari Listenmaa
2023-06-09 22:26:15 +02:00
parent 722c077eb6
commit 8b8564e828
4 changed files with 427 additions and 380 deletions

View File

@@ -180,7 +180,7 @@ lin have_V2 = mkV2 have_V noPrep ; -- TODO: check if {sii = "l" ++ BIND ; isCopu
lin can8know_VV = can_VV ; -- can (capacity)
lin can_VV = mkVV "kar" ; -- can (possibility)
lin must_VV = mkVV waa_in ;
lin want_VV = mkVV (mkV "rabid" "rab" "rab") subjunctive ;
lin want_VV = mkVV (mkV "rab" "rabaa") subjunctive ;
------