Control.Concurrent.STM

On Nov 24, 2009, at 6:11 PM, zaxis wrote:


I cannot hoogle it. It appears in Pugs:

run' ("-d":rest)                 = do
   info <- fmap Just (io $ newTVarIO Map.empty)
   let ?debugInfo = info
   run' rest

Sincerely!

-----
fac n = foldr (*) 1 [1..n]
-- View this message in context: http://old.nabble.com/Where-is-%60newTVarIO%60-defined---tp26504967p26504967.html Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com .

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to