~

case class ~[+A, +B](_1: A, _2: B)

Represents the combined value of two rules applied in sequence.

See also:

the Scala parser combinator

Source:
Result.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
Source:
Result.scala

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product