RE: RTS flags, at compile time?

1998-12-16 Thread Simon Marlow
Tried that (see next report) so unless I have the wrong part(s) of said tree... You're still using RTSFlags instead of RtsFlags (the structure name, not he include file) and you're not including RtsFlags.h. Cheers -- Simon Marlow Microsoft Research Ltd., Cambridge, U.K.

RE: Haskell 98: fixity of =

1998-12-16 Thread Simon Peyton-Jones
whereas under 1.3 fixity it parses as: main :: IO () main = f (dropOut cond1 $ (g (dropOut cond2 $ h) dropOut :: Bool - IO () - IO () dropOut gotError cont | gotError = return () | otherwise = cont which is what