[MLton-commit] r7029

Matthew Fluet fluet at mlton.org
Wed Apr 1 13:22:18 PST 2009


Missing 'where type' constraint, for MLton.Process.reap
----------------------------------------------------------------------

U   mlton/trunk/basis-library/libs/basis-extra/top-level/basis.sig

----------------------------------------------------------------------

Modified: mlton/trunk/basis-library/libs/basis-extra/top-level/basis.sig
===================================================================
--- mlton/trunk/basis-library/libs/basis-extra/top-level/basis.sig	2009-03-06 09:15:11 UTC (rev 7028)
+++ mlton/trunk/basis-library/libs/basis-extra/top-level/basis.sig	2009-04-01 21:22:17 UTC (rev 7029)
@@ -758,6 +758,7 @@
    where type OS.Process.status = OS.Process.status (* UNIX, POSIX_PROCESS *)
    where type Position.int = Position.int
    where type Posix.IO.file_desc = Posix.IO.file_desc
+   where type Posix.Process.exit_status = Posix.Process.exit_status
    where type Posix.Signal.signal = Posix.Signal.signal
    where type Socket.dgram = Socket.dgram
    where type ('a, 'b) Socket.sock = ('a, 'b) Socket.sock




More information about the MLton-commit mailing list