forked from GitHub/gf-core
Change solamiento to solamente in variables names in ParadigmsSpa. Reported by Moises.
This commit is contained in:
@@ -147,7 +147,7 @@ oper
|
|||||||
-- One-place adjectives compared with "mas" need five forms in the worst
|
-- One-place adjectives compared with "mas" need five forms in the worst
|
||||||
-- case (masc and fem singular, masc plural, adverbial).
|
-- case (masc and fem singular, masc plural, adverbial).
|
||||||
|
|
||||||
mkA : (solo,sola,solos,solas,solamiento : Str) -> A ;
|
mkA : (solo,sola,solos,solas,solamente : Str) -> A ;
|
||||||
|
|
||||||
-- In the worst case, two separate adjectives are given:
|
-- In the worst case, two separate adjectives are given:
|
||||||
-- the positive ("bueno"), and the comparative ("mejor").
|
-- the positive ("bueno"), and the comparative ("mejor").
|
||||||
@@ -431,11 +431,11 @@ oper
|
|||||||
|
|
||||||
mkA = overload {
|
mkA = overload {
|
||||||
mkA : (util : Str) -> A = regA ;
|
mkA : (util : Str) -> A = regA ;
|
||||||
mkA : (solo,sola,solos,solas,solamiento : Str) -> A = mk5A ;
|
mkA : (solo,sola,solos,solas,solamente : Str) -> A = mk5A ;
|
||||||
mkA : (bueno : A) -> (mejor : A) -> A = mkADeg ;
|
mkA : (bueno : A) -> (mejor : A) -> A = mkADeg ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
mk5A : (solo,sola,solos,solas, solamiento : Str) -> A ;
|
mk5A : (solo,sola,solos,solas, solamente : Str) -> A ;
|
||||||
regA : Str -> A ;
|
regA : Str -> A ;
|
||||||
mkADeg : A -> A -> A ;
|
mkADeg : A -> A -> A ;
|
||||||
compADeg : A -> A ;
|
compADeg : A -> A ;
|
||||||
|
|||||||
Reference in New Issue
Block a user