Imperative Object Destruction

Ashley Yakeley ashley@semantic.org
Mon, 13 Nov 2000 02:40:17 -0800


At 2000-11-13 02:30, Ashley Yakeley wrote:

>  stealHandle = withOpenFile "filename" ReadMode (\handle ->	handle)
>  stealHandle >>= read

Sorry, that should read

  stealHandle = withOpenFile "filename" ReadMode return
  stealHandle >>= read


-- 
Ashley Yakeley, Seattle WA