summaryrefslogtreecommitdiff
path: root/next-lib/src/italian/CompatibilityIta.gf
blob: 91446be55be7359f58dfa0a6af9f2c09f850fab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--# -path=.:../romance:../abstract:../common

concrete CompatibilityIta of Compatibility = CatIta ** open Prelude, CommonRomance in {

-- from Noun 19/4/2008

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

}