forked from GitHub/gf-core
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
--# -path=.:../romance:../abstract:../common
|
|
|
|
concrete CompatibilityFre of Compatibility = CatFre ** open Prelude, CommonRomance in {
|
|
|
|
-- from Noun 19/4/2008
|
|
|
|
lin
|
|
NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ;
|
|
OrdInt n = {s = \\_ => n.s ++ "."} ; ---
|
|
|
|
}
|