diff options
Diffstat (limited to 'next-lib/src/catalan')
| -rw-r--r-- | next-lib/src/catalan/CompatibilityCat.gf | 11 | ||||
| -rw-r--r-- | next-lib/src/catalan/SymbolCat.gf | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/next-lib/src/catalan/CompatibilityCat.gf b/next-lib/src/catalan/CompatibilityCat.gf new file mode 100644 index 000000000..e12287c45 --- /dev/null +++ b/next-lib/src/catalan/CompatibilityCat.gf @@ -0,0 +1,11 @@ +--# -path=.:../romance:../abstract:../common + +concrete CompatibilityCat of Compatibility = CatCat ** open Prelude, CommonRomance in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; + OrdInt n = {s = \\_ => n.s ++ "."} ; --- + +} diff --git a/next-lib/src/catalan/SymbolCat.gf b/next-lib/src/catalan/SymbolCat.gf index 09faff744..55ebeeadc 100644 --- a/next-lib/src/catalan/SymbolCat.gf +++ b/next-lib/src/catalan/SymbolCat.gf @@ -1,2 +1,4 @@ +--# -path=.:romance:abstract:common + concrete SymbolCat of Symbol = CatCat ** SymbolRomance with (ResRomance = ResCat) ; |
