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/swedish/CompatibilitySwe.gf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 next-lib/src/swedish/CompatibilitySwe.gf (limited to 'next-lib/src/swedish/CompatibilitySwe.gf') diff --git a/next-lib/src/swedish/CompatibilitySwe.gf b/next-lib/src/swedish/CompatibilitySwe.gf new file mode 100644 index 000000000..84ab961b3 --- /dev/null +++ b/next-lib/src/swedish/CompatibilitySwe.gf @@ -0,0 +1,11 @@ +--# -path=.:../scandinavian:../abstract:../common + +concrete CompatibilitySwe of Compatibility = CatSwe ** open Prelude, CommonScand in { + +-- from Noun 19/4/2008 + +lin + NumInt n = {s = \\_ => n.s ; isDet = True ; n = Pl} ; + OrdInt n = {s = n.s ++ ":e" ; isDet = True} ; + +} -- cgit v1.2.3