1
0
forked from GitHub/gf-rgl

changed suffix in SymbOrd to :e which is more general, but not perfect of course

This commit is contained in:
Aarne Ranta
2019-01-29 11:31:11 +01:00
parent 6d477ccbeb
commit 5a50706345

View File

@@ -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