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 e765b97fc4
commit ab14205108
29 changed files with 157 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
--# -path=.:../romance:../abstract:../common
concrete CompatibilityCat of Compatibility = CatCat ** open Prelude, CommonRomance in {
-- from Noun 19/4/2008
lin
NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ;
OrdInt n = {s = \\_ => n.s ++ "."} ; ---
}

View File

@@ -1,2 +1,4 @@
--# -path=.:romance:abstract:common
concrete SymbolCat of Symbol = CatCat ** SymbolRomance with
(ResRomance = ResCat) ;