(Hun) A2 can go before or after its complement

This commit is contained in:
Inari Listenmaa
2020-04-26 21:17:14 +02:00
parent a9e02de33e
commit 61a3fe78b4
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -318,6 +318,7 @@ oper
Adjective2 : Type = Adjective ** {
c2 : Adposition ;
isPost : Bool ; -- put adjective past the thing it modifies
} ;
mkAdj : Str -> Adjective = \sgnom -> mkAdj2 sgnom (mkNoun sgnom) ;