(Hun) Add some postpositions + comments

This commit is contained in:
Inari Listenmaa
2020-04-17 15:30:52 +02:00
parent 2cf99611bc
commit 8c9e8e35dd
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -91,6 +91,7 @@ oper
--------------------------------------------------------------------------------
-- Postpositions
-- TODO: personal suffixes, e.g. felettem, általam, not *felett/által én
Postposition : Type = {s : Str ; c : Case} ;
mkPrep : Str -> Postposition = \str -> {s=str ; c=Nom} ;