1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/tmp/CompatibilityEng.gf
2009-06-22 15:39:08 +00:00

12 lines
237 B
Plaintext

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