Soft01

final class Soft01[+A](val parser: Parser0[A]) extends AnyVal

If we can parse this then that, do so, if we fail that without consuming, rewind before this without consuming. If either consume 1 or more, do not rewind

If we can parse this then that, do so, if we fail that without consuming, rewind before this without consuming. If either consume 1 or more, do not rewind

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def *>[B](that: Parser[B]): Parser[B]
def <*[B](that: Parser[B]): Parser[A]
def ~[B](that: Parser[B]): Parser[(A, B)]

Concrete fields

val parser: Parser0[A]