summaryrefslogtreecommitdiff
path: root/next-lib/src/tmp/CompatibilityEng.gf
blob: 28ede2a171bebb909e04a3ab2c45aab813b8798c (plain)
1
2
3
4
5
6
7
8
9
10
11
--# -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"} ;

}