1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/catalan/CompatibilityCat.gf
2017-06-30 15:28:27 +02:00

12 lines
293 B
Plaintext

--# -path=.:../romance:../abstract:../common:../prelude
concrete CompatibilityCat of Compatibility = CatCat ** open Prelude, CommonRomance in {
-- from Noun 19/4/2008
lin
NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ;
OrdInt n = {s = \\_ => n.s ++ SOFT_BIND ++ "."} ; ---
}