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
+11
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 ++ "."} ; ---
}
+11
View File
@@ -0,0 +1,11 @@
--# -path=.:../abstract:../common
concrete CompatibilityEng of Compatibility = CatEng ** open Prelude, ResEng in {
-- from Noun 19/4/2008
lin
NumInt n = {s = n.s ; n = Pl ; hasCard = True} ;
OrdInt n = {s = n.s ++ "th"} ;
}
+2
View File
@@ -1,3 +1,5 @@
--# -path=.:abstract:common
concrete SymbolEng of Symbol = CatEng ** open Prelude, ResEng in {
lin