function parserBind(...$args)
{
    $f = function($m, $k){
        return new Parser(['_call_bind', [$m, $k]]);
    };