summaryrefslogtreecommitdiff
path: root/next-lib/src/tmp/CompatibilityEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/tmp/CompatibilityEng.gf')
-rw-r--r--next-lib/src/tmp/CompatibilityEng.gf11
1 files changed, 0 insertions, 11 deletions
diff --git a/next-lib/src/tmp/CompatibilityEng.gf b/next-lib/src/tmp/CompatibilityEng.gf
deleted file mode 100644
index 28ede2a17..000000000
--- a/next-lib/src/tmp/CompatibilityEng.gf
+++ /dev/null
@@ -1,11 +0,0 @@
---# -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"} ;
-
-}