forked from GitHub/gf-core
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
--# -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} ;
|
|
|
|
}
|