Changes between Version 130 and Version 131 of LightweightConcurrency

Show
Ignore:
Timestamp:
06/08/12 23:26:56 (12 months ago)
Author:
fryguybob
Comment:

Fixed type of switchTo.

Legend:

Unmodified
Added
Removed
Modified
  • LightweightConcurrency

    v130 v131  
    5454switch           :: (SCont -> PTM SCont) -> IO () 
    5555getCurrentSCont  :: PTM SCont 
    56 switchTo         :: SCont -> PTM 
     56switchTo         :: SCont -> PTM () 
    5757}}} 
    5858