From 0c1f5cf9f2ae21490af5c5ff3eddabf193c02578 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 31 Oct 2008 14:39:47 +0000 Subject: fixed some spurious errors in romance --- next-lib/src/catalan/StructuralCat.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'next-lib/src/catalan/StructuralCat.gf') 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 } -- cgit v1.2.3