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.

  1. 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.

  2. type PosixPath = PosixString

    unix System.Posix.PosixString

    Filepaths are char[] data on unix as passed to syscalls.

  3. data PosixString

    unix System.Posix.PosixString

    Commonly used Posix string as uninterpreted char[] array.

  4. module System.Posix.Process

    POSIX process support. See also the System.Cmd and System.Process modules in the process package.

  5. data ProcessStatus

    unix System.Posix.Process

    The exit status of a process

  6. data ProcessTimes

    unix System.Posix.Process

    No documentation available.

  7. ProcessTimes :: ClockTick -> ClockTick -> ClockTick -> ClockTick -> ClockTick -> ProcessTimes

    unix System.Posix.Process

    No documentation available.

  8. data ProcessStatus

    unix System.Posix.Process.ByteString

    The exit status of a process

  9. data ProcessTimes

    unix System.Posix.Process.ByteString

    No documentation available.

  10. ProcessTimes :: ClockTick -> ClockTick -> ClockTick -> ClockTick -> ClockTick -> ProcessTimes

    unix System.Posix.Process.ByteString

    No documentation available.

Page 51 of many | Previous | Next