summaryrefslogtreecommitdiff
path: root/next-lib/src/tmp/CompatibilityEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-10-06 15:27:14 +0000
committeraarne <aarne@cs.chalmers.se>2008-10-06 15:27:14 +0000
commitab1420510859c3534d9ba7ff1e2ecbf3e317bc6c (patch)
tree332728bfb845ae63ad0cef6dd68ee42711d9f109 /next-lib/src/tmp/CompatibilityEng.gf
parente765b97fc483d5e737794a0aa90890ab2a1b2028 (diff)
next-lib now compiles webalt ; removed subdir mathematical/ for simplicity
Diffstat (limited to 'next-lib/src/tmp/CompatibilityEng.gf')
-rw-r--r--next-lib/src/tmp/CompatibilityEng.gf11
1 files changed, 11 insertions, 0 deletions
diff --git a/next-lib/src/tmp/CompatibilityEng.gf b/next-lib/src/tmp/CompatibilityEng.gf
new file mode 100644
index 000000000..28ede2a17
--- /dev/null
+++ b/next-lib/src/tmp/CompatibilityEng.gf
@@ -0,0 +1,11 @@
+--# -path=.:../abstract:../common
+
+concrete CompatibilityEng of Compatibility = CatEng ** open Prelude, ResEng in {
+
+-- from Noun 19/4/2008
+
+lin
+ NumInt n = {s = n.s ; n = Pl ; hasCard = True} ;
+ OrdInt n = {s = n.s ++ "th"} ;
+
+}