Int

jaskell.parsec.Int
case class Int(sign: Parsec[Char, Char], uint: Parsec[Char, String]) extends Parsec[Char, String]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parsec[Char, String]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(state: 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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product