Sequential codes for LinSolv and Ray Tracer

2004-03-15 Thread Heron
Hello, a simple question: how can I obtain the sequential code for LinSolv and Ray Tracer programs used in [Loidl, 2000] (see below) ? Is it available on-line ? I have downloaded their parallel GpH versions from http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/nofib/parallel/, but I need th

RE: Using -split-objs

2004-03-15 Thread Simon Marlow
> The ghc users guide contains this helpful advice about split-objs.. > > "don't use it unless you know what you're doing!" > > OK, I admit I don't know what I'm doing. But despite this handicap > I would like to use split-objs to build a library. I've already > discovered it doesn't work with

Using -split-objs

2004-03-15 Thread Adrian Hey
Hello, The ghc users guide contains this helpful advice about split-objs.. "don't use it unless you know what you're doing!" OK, I admit I don't know what I'm doing. But despite this handicap I would like to use split-objs to build a library. I've already discovered it doesn't work with --make,

type problem

2004-03-15 Thread MR K P SCHUPKE
Is there any way to insist that two types are different? For example f :: NotSame a b => a -> b Regards, Keean Schupke. ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-use