1
0
forked from GitHub/gf-rgl

(Romance, #38) rm numForms from Morpho{Cat,Ita}

This commit is contained in:
odanoburu
2018-05-09 15:59:20 -03:00
parent ba094d3af1
commit 5bf1e1d10a
2 changed files with 38 additions and 52 deletions
-8
View File
@@ -18,15 +18,7 @@ resource MorphoIta = CommonRomance, ResIta **
--2 Nouns
--
-- The following macro is useful for creating the forms of number-dependent
-- tables, such as common nouns.
oper
numForms : (_,_ : Str) -> Number => Str = \vino, vini ->
table {Sg => vino ; Pl => vini} ;
-- For example:
nomVino : Str -> Number => Str = \vino -> let {vin = Predef.tk 1 vino} in
numForms vino (vin + "i") ;