(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh * Jagannathan, and Stephen Weeks. * Copyright (C) 1997-2000 NEC Research Institute. * * MLton is released under a BSD-style license. * See the file MLton-LICENSE for details. *) structure OS = struct structure FileSys = OS_FileSys structure Path = OS_Path structure Process = OS_Process structure IO = OS_IO open PosixError end