home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-24 | 4.0 KB | 13 lines | [TEXT/MPS ] |
- (* System interface. *)
-
- (* This module provides a simple interface to the operating system. *)
-
- exception Sys_error of string;;
- (* Raised by some functions in the [sys] and [io] modules,
- when the underlying system calls fail. The argument to
- [Sys_error] is a string describing the error. The texts
- of the error messages are implementation-dependent, and should
- not be relied upon to catch specific system errors. *)
-
- value command_line : string vect;;
-