combinator

object combinator

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

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)(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