Ticket #7528 (closed bug: duplicate)
Non terminating thunk resolution blocks world, even in the case of forkOS
Description
Please see: http://comments.gmane.org/gmane.comp.lang.haskell.cafe/102479
{-# LANGUAGE ScopedTypeVariables? #-} import Control.Concurrent
main = do putStrLn "Hello" forkOS neverEnds putStrLn "Bye bye" --We never get here(or at least I don't).
neverEnds = do let (a::String) = a putStrLn a
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

