Merge remote-tracking branch 'upstream/master' into por-besch

This commit is contained in:
odanoburu
2018-05-10 17:36:39 +00:00
6 changed files with 121 additions and 149 deletions
-3
View File
@@ -19,9 +19,6 @@ resource MorphoPor = CommonRomance, ResPor **
-- number-dependent tables, such as common nouns.
oper
numForms : (_,_ : Str) -> Number => Str = \campus, campi ->
table {Sg => campus ; Pl => campi} ;
-- For example:
nomVinho : Str -> Number => Str = \vinho ->
numForms vinho (vinho + "s") ;