summaryrefslogtreecommitdiff
path: root/old-lib/resource/french/CompatibilityFre.gf
blob: 89680f533778915f5ab3d830ebc6de96d64b2256 (plain)
1
2
3
4
5
6
7
8
9
10
11
--# -path=.:../romance:../abstract:../common

concrete CompatibilityFre of Compatibility = CatFre ** open Prelude, CommonRomance in {

-- from Noun 19/4/2008

lin
    NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ;
    OrdInt n = {s = \\_ => n.s ++ "."} ; ---

}