summaryrefslogtreecommitdiff
path: root/next-lib/src/spanish/StructuralSpa.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-10-31 14:39:47 +0000
committeraarne <aarne@cs.chalmers.se>2008-10-31 14:39:47 +0000
commit0c1f5cf9f2ae21490af5c5ff3eddabf193c02578 (patch)
tree2f8cf741c1f75b2a7a16a4f2a2473c46b24e9dcf /next-lib/src/spanish/StructuralSpa.gf
parent88fa05749b90a7447a058025ba90082464516253 (diff)
fixed some spurious errors in romance
Diffstat (limited to 'next-lib/src/spanish/StructuralSpa.gf')
-rw-r--r--next-lib/src/spanish/StructuralSpa.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/spanish/StructuralSpa.gf b/next-lib/src/spanish/StructuralSpa.gf
index d9d40145c..033c2a9ab 100644
--- a/next-lib/src/spanish/StructuralSpa.gf
+++ b/next-lib/src/spanish/StructuralSpa.gf
@@ -92,7 +92,7 @@ lin
something_NP = pn2np (mkPN ["algo"] Masc) ;
somewhere_Adv = ss ["en ninguna parte"] ;
that_Quant =
- let ese : Number => Gender => Case => Str = table {
+ let ese : ParadigmsSpa.Number => ParadigmsSpa.Gender => Case => Str = table {
Sg => \\g,c => prepCase c ++ genForms "ese" "esa" ! g ;
Pl => \\g,c => prepCase c ++ genForms "esos" "esas" ! g
}
@@ -110,7 +110,7 @@ lin
"su" "su" "sus" "sus"
Masc Pl P3 ;
this_Quant =
- let este : Number => Gender => Case => Str = table {
+ let este : ParadigmsSpa.Number => ParadigmsSpa.Gender => Case => Str = table {
Sg => \\g,c => prepCase c ++ genForms "este" "esta" ! g ;
Pl => \\g,c => prepCase c ++ genForms "estos" "estas" ! g
}