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"} ; - -}