Digit

jaskell.parsec.Digit
class Digit extends Parsec[Char, Char]

Attributes

Graph
Supertypes
trait Parsec[Char, Char]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(state: State[Char]): Try[Char]

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Parsec
def <|>[R >: Char](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 >: Char](state: State[Char]): Iterator[A, R]

Attributes

Inherited from:
Parsec