parsley.implicits

Type members

Classlikes

object character

Provides implicit conversions for characters and strings.

Provides implicit conversions for characters and strings.

Since

3.0.0

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

object lift

Provides postfix lift notation on functions.

Provides postfix lift notation on functions.

Since

3.0.0

object zipped

Provides an alterative to the f.lift(x, y) syntax that is instead (x, y).zipped(f). This is prefered when type inferences fails. Also enables a parameterless zipped method, to pair an arbitrary number of parsers such that (p, q).zipped = p.zip(q)

Provides an alterative to the f.lift(x, y) syntax that is instead (x, y).zipped(f). This is prefered when type inferences fails. Also enables a parameterless zipped method, to pair an arbitrary number of parsers such that (p, q).zipped = p.zip(q)

Since

3.0.0