Documentation makes reference to required modules, but 'mod' is still not working.
Any suggestions? Thanks. clean 496>cat mymod.icl module mymod import StdEnv, StdInt, StdClass Start :: [Int] Start = [x*x \\ x <- [1..10] | x mod 2 == 0] --------- clean 495>make mymod clm -h 20m mymod -o mymod Compiling mymod Overloading error [mymod.icl,4,c;4;14]: "mod" no instance available of type Int make: *** [mymod] Error 1
_______________________________________________ clean-list mailing list [email protected] http://mailman.science.ru.nl/mailman/listinfo/clean-list
