1
0
forked from GitHub/gf-rgl

added SymbNum and SymbOrd in Symbol

This commit is contained in:
aarne
2006-11-12 13:42:50 +00:00
parent 65a0009c83
commit 7c327a3598
5 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ lin
SymbS sy = sy ;
SymbNum n = {s = \\_,_ => n.s ; isNum = True} ;
SymbOrd n = {s = \\_,_ => n.s ++ "."} ;
lincat
Symb, [Symb] = SS ;