1
0
forked from GitHub/gf-core

next-lib now compiles webalt ; removed subdir mathematical/ for simplicity

This commit is contained in:
aarne
2008-10-06 15:27:14 +00:00
parent e56e6483f6
commit 43dcd61cbf
29 changed files with 157 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
--# -path=.:abstract:common
concrete SymbolFin of Symbol = CatFin ** open Prelude, NounFin, ResFin in {
lin
@@ -25,7 +27,7 @@ lin
SymbS sy = sy ;
SymbNum n = {s = \\_,_ => n.s ; isNum = True ; n = Pl} ;
SymbOrd n = {s = \\_,_ => n.s ++ "."} ;
SymbOrd n = {s = \\_ => n.s ++ "."} ;
lincat