[MLton-user] mingw or cygwin
Stephen Weeks
sweeks@sweeks.com
Sat, 22 Apr 2006 13:25:07 -0700
> Should also point out that a number of the functions in the OS
> structure are implemented in terms of Posix structure functions, so
> these are also unavailabe in MinGW.
I read through the basis code and the only such functions I could find
were:
OS.FileSys.readLink
OS.Process.terminate
Those were mistakenly not documented as missing at
http://mlton.org/RunningOnMinGW
I have now fixed the documentation. If there are other functions I
missed, please add them.