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

}