From 1208cdf9bc69ed511960da71ec166cadd1fdfbaa Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Tue, 7 Aug 2018 09:44:03 +0200 Subject: [PATCH] Remove english/CompatibilityCat.gf There's no reason why that should be there --- src/english/CompatibilityCat.gf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/english/CompatibilityCat.gf diff --git a/src/english/CompatibilityCat.gf b/src/english/CompatibilityCat.gf deleted file mode 100644 index e12287c45..000000000 --- a/src/english/CompatibilityCat.gf +++ /dev/null @@ -1,11 +0,0 @@ ---# -path=.:../romance:../abstract:../common - -concrete CompatibilityCat of Compatibility = CatCat ** open Prelude, CommonRomance in { - --- from Noun 19/4/2008 - -lin - NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ; - OrdInt n = {s = \\_ => n.s ++ "."} ; --- - -}