summaryrefslogtreecommitdiff
path: root/next-lib/src/finnish/CompatibilityFin.gf
blob: a615f2eedc14852940160371fc4954c6442183b4 (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 ++ "."} ;

}