From 91adf39c07706a188278aa6983e9b4f1ea4f400f Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 1 Dec 2005 12:32:24 +0000 Subject: [PATCH] [project @ 2005-12-01 12:32:24 by simonmar] export childHandler --- GHC/Conc.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index f50da8a..2f969da 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -25,6 +25,7 @@ module GHC.Conc -- Forking and suchlike , forkIO -- :: IO a -> IO ThreadId + , childHandler -- :: Exception -> IO () , myThreadId -- :: IO ThreadId , killThread -- :: ThreadId -> IO () , throwTo -- :: ThreadId -> Exception -> IO () -- 1.7.10.4