diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-10-31 14:39:47 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-10-31 14:39:47 +0000 |
| commit | 0c1f5cf9f2ae21490af5c5ff3eddabf193c02578 (patch) | |
| tree | 2f8cf741c1f75b2a7a16a4f2a2473c46b24e9dcf /next-lib/src/catalan | |
| parent | 88fa05749b90a7447a058025ba90082464516253 (diff) | |
fixed some spurious errors in romance
Diffstat (limited to 'next-lib/src/catalan')
| -rw-r--r-- | next-lib/src/catalan/ParadigmsCat.gf | 2 | ||||
| -rw-r--r-- | next-lib/src/catalan/StructuralCat.gf | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/next-lib/src/catalan/ParadigmsCat.gf b/next-lib/src/catalan/ParadigmsCat.gf index bea3b8c9b..ec6dc4b81 100644 --- a/next-lib/src/catalan/ParadigmsCat.gf +++ b/next-lib/src/catalan/ParadigmsCat.gf @@ -28,8 +28,6 @@ resource ParadigmsCat = open (Predef=Predef), Prelude, - CommonRomance, - ResCat, MorphoCat, BeschCat, CatCat in { 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 } |
