Hi,

Does anyone have any advice on how to inspect complex TVar data structures
that may include cycles?  They're opaque as far as Show goes.  And sometimes
I'd like a more comprehensive view of my data structures at the ghci prompt
rather than the dribs and drabs I get by typing "x <- atomically $ readTVar
var" and the like all the time.  Also, do TVars have a printable identity
for debugging purposes?

Thanks

-John
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to