mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
Fix punctuation to use SOFT_BIND and BIND in the whole RGL
This commit is contained in:
@@ -11,6 +11,6 @@ flags
|
||||
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 ++ "." } ;
|
||||
OrdInt n = { s = \\_,_ => n.s ++ SOFT_BIND ++ "." } ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user