24 Oct
2008
24 Oct
'08
2:21 a.m.
On Thu, Oct 23, 2008 at 11:00 AM, Andrew Coppin <andrewcoppin@btinternet.com> wrote:
I was under the impression that this is impossible, so I'm now slightly worried.
I'm not sure why you'd think that: import Foreign fail :: IO Int fail = peek nullPtr main = fail >>= print /g -- I am in here