![]() | Library Documentation | Structures | Signatures | Identifiers | Packages | About |
OS (basis)Functionality for interacting with the operating system.
structure OS : OS (basis)
signature OS =
sig
type syserror
exception SysErr of string * syserror option
val errorMsg : syserror -> string
val errorName : syserror -> string
val syserror : string -> syserror option
structure FileSys : OS_FILE_SYS
structure Path : OS_PATH
structure Process : OS_PROCESS
structure IO : OS_IO
end