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