Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module System.Posix.
PosixString POSIX.1-2008 support with ByteString file paths and environment strings. This module exports exactly the same API as System.Posix, except that all file paths and environment strings are represented by ByteString instead of String. The System.Posix API implicitly translates all file paths and environment strings using the locale encoding, whereas this version of the API does no encoding or decoding and works directly in terms of raw bytes. Note that if you do need to interpret file paths or environment strings as text, then some Unicode encoding or decoding should be applied first.
-
unix System.Posix.PosixString Filepaths are char[] data on unix as passed to syscalls.
-
unix System.Posix.PosixString Commonly used Posix string as uninterpreted char[] array.
-
POSIX process support. See also the System.Cmd and System.Process modules in the process package.
-
unix System.Posix.Process The exit status of a process
-
unix System.Posix.Process No documentation available.
ProcessTimes :: ClockTick -> ClockTick -> ClockTick -> ClockTick -> ClockTick -> ProcessTimesunix System.Posix.Process No documentation available.
-
unix System.Posix.Process.ByteString The exit status of a process
-
unix System.Posix.Process.ByteString No documentation available.
ProcessTimes :: ClockTick -> ClockTick -> ClockTick -> ClockTick -> ClockTick -> ProcessTimesunix System.Posix.Process.ByteString No documentation available.