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


_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to