combinator

object combinator

Provides implicit conversions for parsers into unit parsers, and other implicits involving combinators.

Since

3.0.0

class Object
trait Matchable
class Any

Implicits

Implicits

@inline
implicit
def voidImplicitly[P](p: P)(implicit con: P => Parsley[_]): Parsley[Unit]

Drops the result of a parser when required by another combinator

Drops the result of a parser when required by another combinator