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.
endOfInput :: Chunk t => Parser t ()attoparsec Data.Attoparsec.Combinator Match only if all input has been consumed.
endOfInput :: Chunk t => Parser t ()attoparsec Data.Attoparsec.Internal Match only if all input has been consumed.
endOfInput :: Chunk t => Parser t ()attoparsec Data.Attoparsec.Text Match only if all input has been consumed.
-
attoparsec Data.Attoparsec.Text Match either a single newline character '\n', or a carriage return followed by a newline character "\r\n".
endOfInput :: Chunk t => Parser t ()attoparsec Data.Attoparsec.Text.Lazy Match only if all input has been consumed.
-
attoparsec Data.Attoparsec.Text.Lazy Match either a single newline character '\n', or a carriage return followed by a newline character "\r\n".
endOfLine :: forall s (m :: Type -> Type) u . Stream s m Char => ParsecT s u m Charparsec Text.Parsec.Char Parses a CRLF (see crlf) or LF (see newline) end-of-line. Returns a newline character ('\n').
endOfLine = newline <|> crlf
-
deriving-compat Data.Deriving.Internal No documentation available.
endOfInput :: e -> Parser e s ()bytesmith Data.Bytes.Parser Fails if there is still more input remaining.
endOfInput :: e -> Parser e s ()bytesmith Data.Bytes.Parser.Latin Fails if there is still more input remaining.