> As I understand it, programs compiled with GHC currently use MSYS for all
> I/O operations, resulting in all kinds of strange behaviour in corner cases.
> (E.g., if you use System.Directory and ask whether "C:\\" is a directory, it
> says no, yet you can read the contents of that directory.) I wo
Felix Martini wrote:
Hi all,
winio is an I/O library for Windows using Windows API functions and
has I/O completion port support. The main goal of this library is to
support Simon Marlow's new Handle API once he has added that to GHC.
The library also has a compatibility module for socket functi
Hi all,
winio is an I/O library for Windows using Windows API functions and
has I/O completion port support. The main goal of this library is to
support Simon Marlow's new Handle API once he has added that to GHC.
The library also has a compatibility module for socket functions from
the network-by