From ab1420510859c3534d9ba7ff1e2ecbf3e317bc6c Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 6 Oct 2008 15:27:14 +0000 Subject: next-lib now compiles webalt ; removed subdir mathematical/ for simplicity --- next-lib/src/catalan/CompatibilityCat.gf | 11 +++++++++++ next-lib/src/catalan/SymbolCat.gf | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 next-lib/src/catalan/CompatibilityCat.gf (limited to 'next-lib/src/catalan') 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) ; -- cgit v1.2.3