Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. decodeWithBasePosix :: ShortByteString -> IO String

    filepath System.OsPath.Encoding

    This mimics the filepath decoder base uses on unix, with the small distinction that we're not truncating at NUL bytes (because we're not at the outer FFI layer).

  2. encodeWithBasePosix :: String -> IO ShortByteString

    filepath System.OsPath.Encoding

    This mimics the filepath dencoder base uses on unix, with the small distinction that we're not truncating at NUL bytes (because we're not at the outer FFI layer).

  3. module System.OsPath.Posix

    No documentation available.

  4. data PosixChar

    filepath System.OsPath.Posix

    No documentation available.

  5. type PosixPath = PosixString

    filepath System.OsPath.Posix

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

  6. data PosixString

    filepath System.OsPath.Posix

    Commonly used Posix string as uninterpreted char[] array.

  7. data PosixChar

    filepath System.OsPath.Types

    No documentation available.

  8. type PosixPath = PosixString

    filepath System.OsPath.Types

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

  9. data PosixString

    filepath System.OsPath.Types

    Commonly used Posix string as uninterpreted char[] array.

  10. newtype Fixed a

    tasty-quickcheck Test.Tasty.QuickCheck

    Fixed x: as x, but will not be shrunk.

Page 43 of many | Previous | Next