Skip to content
  • Simon Marlow's avatar
    [project @ 2005-02-02 12:41:50 by simonmar] · 268d028c
    Simon Marlow authored
    Add a helpful sanity check: if we try to re-enter the scheduler from
    Haskell code without going via suspendThread()/resumeThread(), such as
    when you have a 'foreign import unsafe' that should be 'safe', then you
    get an error message.
    268d028c