summaryrefslogtreecommitdiff
path: root/next-lib/src/catalan/StructuralCat.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/catalan/StructuralCat.gf
parent88fa05749b90a7447a058025ba90082464516253 (diff)
fixed some spurious errors in romance
Diffstat (limited to 'next-lib/src/catalan/StructuralCat.gf')
-rw-r--r--next-lib/src/catalan/StructuralCat.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/catalan/StructuralCat.gf b/next-lib/src/catalan/StructuralCat.gf
index 8b25882b3..64a25b6f5 100644
--- a/next-lib/src/catalan/StructuralCat.gf
+++ b/next-lib/src/catalan/StructuralCat.gf
@@ -92,7 +92,7 @@ lin
something_NP = pn2np (mkPN ["quelcom"] Masc) ;
somewhere_Adv = ss ["a algun lloc"] ;
that_Quant =
- let aquell : Number => Gender => Case => Str = table {
+ let aquell : ParadigmsCat.Number => ParadigmsCat.Gender => Case => Str = table {
Sg => \\g,c => prepCase c ++ genForms "aquell" "aquella" ! g ;
Pl => \\g,c => prepCase c ++ genForms "aquells" "aquelles" ! g
}
@@ -111,7 +111,7 @@ lin
Fem Pl P3 ;
this_Quant =
- let aquest : Number => Gender => Case => Str = table {
+ let aquest : ParadigmsCat.Number => ParadigmsCat.Gender => Case => Str = table {
Sg => \\g,c => prepCase c ++ genForms "aquest" "aquesta" ! g ;
Pl => \\g,c => prepCase c ++ genForms "aquests" "aquestes" ! g
}