function endBy1(...$args)
{
    $f = function(Parser $p, Parser $sep){
        $p2 = $p->bind(function($x) use ($sep){
            return $sep->bind(function($_) use ($x){