summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/finnish/CompatibilityFin.gf
blob: 87e35f9d18a5a0c0bc56da6c0635f7638e4e30b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--# -path=.:../abstract:../common

concrete CompatibilityFin of Compatibility = CatFin ** open Prelude, ResFin in {

-- from Noun 19/4/2008

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

}