[MLton-commit] r6543

Matthew Fluet fluet at mlton.org
Mon Apr 7 11:33:30 PDT 2008


Non-trivial structures go in PrePosix

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

U   mlton/trunk/basis-library/posix/pre-posix.sml

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

Modified: mlton/trunk/basis-library/posix/pre-posix.sml
===================================================================
--- mlton/trunk/basis-library/posix/pre-posix.sml	2008-04-07 18:33:26 UTC (rev 6542)
+++ mlton/trunk/basis-library/posix/pre-posix.sml	2008-04-07 18:33:29 UTC (rev 6543)
@@ -5,7 +5,7 @@
  * See the file MLton-LICENSE for details.
  *)
 
-structure Posix =
+structure PrePosix =
    struct
       structure FileDesc = MkAbsRepEq(type rep = C_Fd.t)
       structure GId = MkAbsRepEq(type rep = C_GId.t)
@@ -13,5 +13,3 @@
       structure Signal = MkAbsRepEq(type rep = C_Signal.t)
       structure UId = MkAbsRepEq(type rep = C_UId.t)
    end
-
-structure PrePosix = Posix




More information about the MLton-commit mailing list