1
0
forked from GitHub/gf-rgl

Remove english/CompatibilityCat.gf

There's no reason why that should be there
This commit is contained in:
John J. Camilleri
2018-08-07 09:44:03 +02:00
parent d994208499
commit 1208cdf9bc

View File

@@ -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 ++ "."} ; ---
}