[MLton] Windows ports and paths

Stephen Weeks MLton@mlton.org
Sun, 1 May 2005 15:53:29 -0700


> That change has consequences in the implementation of fromUnix:
> -   else if not (isArc s) then raise InvalidArc
> +   else if Char.contains s (slash sub 0) then raise InvalidArc

Committed.