summaryrefslogtreecommitdiff
path: root/next-lib/src/swedish/CompatibilitySwe.gf
blob: 84ab961b3ea49225874ea30aaa1f17c6cf8df5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--# -path=.:../scandinavian:../abstract:../common

concrete CompatibilitySwe of Compatibility = CatSwe ** open Prelude, CommonScand in {

-- from Noun 19/4/2008

lin
    NumInt n = {s = \\_ => n.s ; isDet = True ; n = Pl} ;
    OrdInt n = {s = n.s ++ ":e" ; isDet = True} ;

}