mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
17 lines
377 B
Plaintext
17 lines
377 B
Plaintext
--# -path=.:../abstract:../common:../prelude
|
|
|
|
concrete CompatibilityLav of Compatibility = CatLav ** open
|
|
Prelude,
|
|
ResLav
|
|
in {
|
|
|
|
flags
|
|
coding = utf8 ;
|
|
|
|
lin
|
|
-- TODO: kāpēc citās valodās (piem., Eng, Bul) kategorijai Num (NumInt) ir lauks isNum (= True)?
|
|
NumInt n = { s = \\_,_ => n.s ; num = Pl ; hasCard = False } ;
|
|
OrdInt n = { s = \\_,_ => n.s ++ "." } ;
|
|
|
|
}
|