From f12b93c7db5f75ac207f6666b69f463b7ced56da Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 11 Nov 2015 09:39:20 +0000 Subject: [PATCH] removed bogus CompatibilityEng file --- lib/src/tmp/CompatibilityEng.gf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/src/tmp/CompatibilityEng.gf diff --git a/lib/src/tmp/CompatibilityEng.gf b/lib/src/tmp/CompatibilityEng.gf deleted file mode 100644 index 28ede2a17..000000000 --- a/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"} ; - -}