don't forget to enable ^C after a :cont or :step
authorSimon Marlow <simonmar@microsoft.com>
Mon, 30 Apr 2007 15:06:45 +0000 (15:06 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 30 Apr 2007 15:06:45 +0000 (15:06 +0000)
compiler/main/GHC.hs

index 7e5071b..2a373d5 100644 (file)
@@ -2160,6 +2160,7 @@ data Status
 -- the old interactive context.
 data ResumeHandle
   = ResumeHandle
+        ThreadId                -- thread running the computation
         (MVar ())               -- breakMVar
         (MVar Status)           -- statusMVar
         [Name]                  -- [Name] to bind on completion