[Haskell-cafe] Where is `newTVarIO` defined ?

zaxis z_axis at 163.com
Tue Nov 24 18:11:13 EST 2009


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.



More information about the Haskell-Cafe mailing list