mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
--# -path=.:../romance:../abstract:../common:../prelude
|
|
|
|
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 ++ SOFT_BIND ++ "." ; s2 = \\_ => []} ; ---
|
|
|
|
}
|