[project @ 2005-02-15 08:09:43 by ross]
[ghc-base.git] / GHC / Conc.lhs
index 6dbe991..6b258de 100644 (file)
 -- 
 -----------------------------------------------------------------------------
 
--- #hide
+-- No: #hide, because bits of this module are exposed by the stm package.
+-- However, we don't want this module to be the home location for the
+-- bits it exports, we'd rather have Control.Concurrent and the other
+-- higher level modules be the home.  Hence:
+
+-- #not-home
 module GHC.Conc
        ( ThreadId(..)