(Hun) New words, small fixes

This commit is contained in:
Inari Listenmaa
2020-03-30 15:19:37 +02:00
parent cd73fe958e
commit fcd8732d9b
3 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ oper
c2 : Case -- object case
} ;
Verb3 : Type = Verb2 ** {
c3 : Case -- indirect object case
-- c3 : Case -- indirect object case
} ;
mkVerb2 : Str -> Verb2 = \sg3 -> vtov2 (mkVerb sg3) ;