forked from GitHub/gf-core
added SymbNum and SymbOrd in Symbol
This commit is contained in:
@@ -17,6 +17,10 @@ lin
|
||||
} ;
|
||||
SymbS sy = {s = \\_ => sy.s} ;
|
||||
|
||||
SymbNum n = {s = n.s} ;
|
||||
SymbOrd n = {s = \\_ => n.s ++ "."} ;
|
||||
|
||||
|
||||
lincat
|
||||
|
||||
Symb, [Symb] = SS ;
|
||||
|
||||
Reference in New Issue
Block a user