On Thu, Oct 23, 2008 at 11:00 AM, Andrew Coppin <andrewcoppin at 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