Corrected examples in ParadigmDut

This commit is contained in:
inari
2014-05-08 13:20:14 +00:00
parent 2a774e946b
commit 70e044aa08

View File

@@ -46,10 +46,10 @@ oper
--2 Nouns
mkN : overload {
mkN : (muis : Str) -> N ; -- de muis-muisen, with some predictable exceptions
mkN : (boek : Str) -> N ; -- de boek-boeken, with some predictable exceptions
mkN : (bit : Str) -> Gender -> N ; -- if gender is not predictable
mkN : (gat,gaten : Str) -> Gender -> N ; -- worst-case for nouns
mkN : (huis, boot : N) -> N ; -- compound huisboot
mkN : (gat, gaten : Str) -> Gender -> N ; -- worst-case for nouns
mkN : (werk, plaats : N) -> N ; -- compound werkplaats
mkN : (station, hal : N) -> Case -> N ; -- compound stationshal
} ;