(May) Tweaks in relative clauses

This commit is contained in:
Inari Listenmaa
2020-08-20 11:41:16 +02:00
parent 5b28e621b3
commit afc299308c
4 changed files with 49 additions and 6 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ oper
Preposition : Type = {
s : Str ; -- dengan
obj : Person => Str ; -- dengan+nya -- needed in relative clauses to refer to the object
isPoss : Bool ;
isPoss : Bool ; -- TODO rename, the name is confusing
} ;
mkPrep : Str -> Preposition = \dengan -> {