Add a debugErrLn function, which is like debugLn except it prints to stderr
[ghc-prim.git] / cbits / debug.c
2009-07-10 Ian LynaghAdd a debugErrLn function, which is like debugLn except...
2009-06-20 Ian LynaghAdd a GHC.Debug module, with debugLn :: [Char] -> IO ()