(Hun) Add mkN : Str -> N -> N for compound nouns

This commit is contained in:
Inari Listenmaa
2020-06-04 08:28:18 +02:00
parent ab83883679
commit be8f2a43d1
2 changed files with 5 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ lin computer_N = mkN "számítógép" "számítógépet" ;
lin correct_A = mkA "igaz" ;
-- lin count_V2 = mkV2 "" ;
lin country_N = mkN "ország" "országot" "országok" "országa" ;
lin cousin_N = mkN "unokatestvér" "unokatestvért"; --short "unoka"
lin cousin_N = mkN "unoka" (mkN "testvér" "testvért") ; --short "unoka"
lin cow_N = mkN "tehén" ;
-- lin cut_V2 = mkV2 "" ;
--