
2 Jan
2014
2 Jan
'14
6:29 p.m.
On Thu, Jan 02, 2014 at 03:10:24PM +0000, Simon Marlow wrote:
On 02/01/14 07:06, Simon Peyton-Jones wrote:
Happy new year!
And to you :-)
runStmt “print True” -- (4)
4.The runStmt should print something somewhere, but it doesn’t. Why not?
I've no idea! It does look like it should print something.
Is this with a statically linked or dynamically linked GHC? Does doing runStmt "hFlush stdout" afterwards make it appear? Thanks Ian