[Haskell-cafe] Are handles garbage-collected?

Peter Simons simons at cryp.to
Sat Oct 23 19:39:06 EDT 2004


What happens when a System.IO.Handle falls out of scope
without being explicitly hClosed? Is that a resource leak?
Or will the RTS close the handle for me?

Peter



More information about the Haskell-Cafe mailing list