mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
changed suffix in SymbOrd to :e which is more general, but not perfect of course
This commit is contained in:
@@ -25,7 +25,7 @@ lin
|
||||
SymbS sy = {s = \\_ => sy.s} ;
|
||||
|
||||
SymbNum n = {s = \\_ => n.s ; isDet = True ; n = Pl} ;
|
||||
SymbOrd n = {s = n.s ++ ":te" ; isDet = True} ; ---
|
||||
SymbOrd n = {s = n.s ++ ":e" ; isDet = True} ; ---
|
||||
|
||||
lincat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user