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.

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

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

  5. module System.Posix.Temp.PosixString

    POSIX temporary file and directory creation functions.

  6. module System.Posix.Terminal.PosixString

    POSIX Terminal support

  7. PosixVersion :: SysVar

    unix System.Posix.Unistd

    No documentation available.

  8. FixedSeed :: Int -> Seed

    test-framework Test.Framework.Seed

    No documentation available.

  9. multiSuffix :: String -> PrefsMod

    optparse-applicative Options.Applicative

    Include a suffix to attach to the metavar when multiple values can be entered.

  10. prefMultiSuffix :: ParserPrefs -> String

    optparse-applicative Options.Applicative

    metavar suffix for multiple options

Page 51 of many | Previous | Next