Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. PosixChar :: Word8 -> PosixChar

    os-string System.OsString.Internal.Types

    No documentation available.

  2. newtype PosixString

    os-string System.OsString.Internal.Types

    Commonly used Posix string as uninterpreted char[] array.

  3. PosixString :: ShortByteString -> PosixString

    os-string System.OsString.Internal.Types

    No documentation available.

  4. getPosixChar :: PosixChar -> Word8

    os-string System.OsString.Internal.Types

    No documentation available.

  5. getPosixString :: PosixString -> ShortByteString

    os-string System.OsString.Internal.Types

    No documentation available.

  6. module System.OsString.Posix

    No documentation available.

  7. data PosixChar

    os-string System.OsString.Posix

    No documentation available.

  8. data PosixString

    os-string System.OsString.Posix

    Commonly used Posix string as uninterpreted char[] array.

  9. isInfixOf :: PosixString -> PosixString -> Bool

    os-string System.OsString.Posix

    Check whether one string is a substring of another.

  10. isPrefixOf :: PosixString -> PosixString -> Bool

    os-string System.OsString.Posix

    O(n) The isPrefixOf function takes two OsStrings and returns True

Page 142 of many | Previous | Next