Ne

jaskell.parsec.Ne
case class Ne[A](x: A) extends Parsec[A, A]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

ne is not equals checker. return success with state's next element if it not equal prepared.

ne is not equals checker. return success with state's next element if it not equal prepared.

Attributes

state

parsec state

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Parsec
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product