Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. equalsLatin3 :: Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes

    Deprecated: use Data.Bytes.Text.Latin1.equals3 instead

  2. equalsLatin4 :: Char -> Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes

    Deprecated: use Data.Bytes.Text.Latin1.equals4 instead

  3. equalsLatin5 :: Char -> Char -> Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes

    Deprecated: use Data.Bytes.Text.Latin1.equals5 instead

  4. equalsLatin6 :: Char -> Char -> Char -> Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes

    Deprecated: use Data.Bytes.Text.Latin1.equals6 instead

  5. equalsLatin7 :: Char -> Char -> Char -> Char -> Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes

    Deprecated: use Data.Bytes.Text.Latin1.equals7 instead

  6. equalsLatin8 :: Char -> Char -> Char -> Char -> Char -> Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes

    Deprecated: use Data.Bytes.Text.Latin1.equals8 instead

  7. equalsLatin9 :: Char -> Char -> Char -> Char -> Char -> Char -> Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes

    Deprecated: use Data.Bytes.Text.Latin1.equals9 instead

  8. equalsCStringCaseInsensitive :: CString -> Bytes -> Bool

    byteslice Data.Bytes.Text.Ascii

    Is the byte sequence equal to the NUL-terminated C String? The C string must be a constant.

  9. equals1 :: Char -> Bytes -> Bool

    byteslice Data.Bytes.Text.Latin1

    Is the byte sequence, when interpreted as ISO-8859-1-encoded text, a singleton whose element matches the character?

  10. equals10 :: Char -> Char -> Char -> Char -> Char -> Char -> Char -> Char -> Char -> Char -> Bytes -> Bool

    byteslice Data.Bytes.Text.Latin1

    Is the byte sequence, when interpreted as ISO-8859-1-encoded text, a 10-tuple whose elements match the characters?

Page 88 of many | Previous | Next