Process module:System -package:unix -package:base -package:clock -package:posix-pty -package:io-streams is:exact -package:streamly-process

Operations for creating and interacting with sub-processes.
A collection of FFI declarations for interfacing with Win32.
A running process. The three type parameters provide the type of the standard input, standard output, and standard error streams. To interact with a Process use the functions from the section Interact with a process.