Process module:System -package:unix -package:process-extras -package:io-streams -package:haskell-awk -package:posix-pty package:typed-process is:exact

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.