Symparsec.Parser.Then.VoidRight
type family pl :<*: pr where ... infixl 4 Source #
Sequence two parsers, running left then right, and discard the return value of the right parser.
Consider using :*>: instead, which is simpler and potentially faster since we parse left-to-right.
:*>:
Equations