maoe / lifted-async

Run lifted IO operations asynchronously and wait for their results
http://hackage.haskell.org/package/lifted-async
BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

link2 looks like it has the wrong type #16

Closed rjmac closed 9 years ago

rjmac commented 9 years ago

It is MonadBase IO m => Async a -> Async a -> m (); it should probably be MonadBase IO m => Async a -> Async b -> m () to mirror the signature of 'link2' in Async.

maoe commented 9 years ago

That's right. I'll fix it on Monday as I don't have access to my computer in the weekend.

maoe commented 9 years ago

Fixed in v0.7.0.