Proposal: Add ioeGetLocation, ioeSetLocation to System/IO/Error.hs

4 Mar
2007
4 Mar
'07
8:12 a.m.
This is a proposal to add ioeGetLocation and ioeSetLocation to System/IO/Error.hs. The functions are visible only to GHC and hugs; nhc is already missing some of this family of functions. The meat of the patch is +ioeGetLocation :: IOError -> String +ioeGetLocation ioe = ioe_location ioe +ioeSetLocation :: IOError -> String -> IOError +ioeSetLocation ioe str = ioe{ ioe_location = str } Deadline: About a week after discussion stops. Thanks Ian
6652
Age (days ago)
6652
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ian Lynagh