alice
library
manual.
The Unix structure
________ Synopsis ____________________________________________________
signature UNIX
structure Unix : UNIX
The Standard ML Basis'
Unix
structure.
See also:
OS
________ Import ______________________________________________________
Imported implicitly.
________ Interface ___________________________________________________
signature UNIX =
sig
type proc
val execute : string * string list -> proc
val streamsOf : proc -> TextIO.instream * TextIO.outstream
end
________ Description _________________________________________________
Like the Standard ML Basis'
Unix structure.
Limitations: The following functionality is currently missing:
- type signal
- executeInEnv
- reap
- kill
last modified 1970/01/01 01:00