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. endOfInput :: Chunk t => Parser t ()

    attoparsec Data.Attoparsec.Combinator

    Match only if all input has been consumed.

  2. endOfInput :: Chunk t => Parser t ()

    attoparsec Data.Attoparsec.Internal

    Match only if all input has been consumed.

  3. endOfInput :: Chunk t => Parser t ()

    attoparsec Data.Attoparsec.Text

    Match only if all input has been consumed.

  4. endOfLine :: Parser ()

    attoparsec Data.Attoparsec.Text

    Match either a single newline character '\n', or a carriage return followed by a newline character "\r\n".

  5. endOfInput :: Chunk t => Parser t ()

    attoparsec Data.Attoparsec.Text.Lazy

    Match only if all input has been consumed.

  6. endOfLine :: Parser ()

    attoparsec Data.Attoparsec.Text.Lazy

    Match either a single newline character '\n', or a carriage return followed by a newline character "\r\n".

  7. endOfLine :: forall s (m :: Type -> Type) u . Stream s m Char => ParsecT s u m Char

    parsec Text.Parsec.Char

    Parses a CRLF (see crlf) or LF (see newline) end-of-line. Returns a newline character ('\n').

    endOfLine = newline <|> crlf
    

  8. endoDataName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  9. endOfInput :: e -> Parser e s ()

    bytesmith Data.Bytes.Parser

    Fails if there is still more input remaining.

  10. endOfInput :: e -> Parser e s ()

    bytesmith Data.Bytes.Parser.Latin

    Fails if there is still more input remaining.

Page 9 of many | Previous | Next