reportStackOverflow now returns IO ()
authorIan Lynagh <igloo@earth.li>
Fri, 10 Jul 2009 15:32:57 +0000 (15:32 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 10 Jul 2009 15:32:57 +0000 (15:32 +0000)
commit6358f9be49b4e7c0e1fe6b4e97bfca99a8087b03
treefd7fb33909b34005b61c20ca7cc91bf7faced7d7
parent393de16f52b373eb9d2a7c69509881bf5aa7b912
reportStackOverflow now returns IO ()
It used to do "return undefined" to return IO a.
GHC/Conc.lhs