Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
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.
module System.Posix.Process.
PosixString POSIX process support. See also the System.Cmd and System.Process modules in the process package.
module System.Posix.Temp.
PosixString POSIX temporary file and directory creation functions.
module System.Posix.Terminal.
PosixString POSIX Terminal support
-
unix System.Posix.Unistd No documentation available.
-
test-framework Test.Framework.Seed No documentation available.
multiSuffix :: String -> PrefsModoptparse-applicative Options.Applicative Include a suffix to attach to the metavar when multiple values can be entered.
prefMultiSuffix :: ParserPrefs -> Stringoptparse-applicative Options.Applicative metavar suffix for multiple options