EndOfLine

jaskell.parsec.EndOfLine
See theEndOfLine companion object
class EndOfLine extends Parsec[Char, String]

check next content if a \n char or \r\n

Attributes

Version:

1.0.0

Companion:
object
Graph
Supertypes
trait Parsec[Char, String]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(s: State[Char]): Try[String]

Inherited methods

def !(state: State[Char]): B

Attributes

Inherited from:
Parsec
def <?>[C >: String](message: String): Parsec[A, C]

Attributes

Inherited from:
Parsec
def <|>[R >: String](p: Parsec[Char, R]): Parsec[A, R]

Attributes

Inherited from:
Parsec
def ?(state: State[Char]): Try[B]

Attributes

Inherited from:
Parsec
def attempt: Parsec[A, B]

Attributes

Inherited from:
Parsec
def iterate[R >: String](state: State[Char]): Iterator[A, R]

Attributes

Inherited from:
Parsec

Concrete fields

val parsec: Parsec[Char, String]