Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. isEndOfBytes :: forall (m :: Type -> Type) . Monad m => Parser ByteString m Bool

    pipes-bytestring Pipes.ByteString

    Check if the underlying Producer has no more bytes Note that this will skip over empty ByteString chunks, unlike isEndOfInput from pipes-parse.

    isEndOfBytes = liftM isNothing peekByte
    

  2. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE

    No documentation available.

  3. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.ByteString

    No documentation available.

  4. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.ByteString.Lazy

    No documentation available.

  5. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Sequence

    No documentation available.

  6. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.String

    No documentation available.

  7. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Text

    No documentation available.

  8. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Text.Lazy

    No documentation available.

  9. compDollarEndOnly :: CompOption

    regex-pcre-builtin Text.Regex.PCRE.Wrap

    No documentation available.

  10. TokEndOpen :: TokenT

    HaXml Text.XML.HaXml.Lex

    </

Page 21 of many | Previous | Next