function const2(...$args)
{
    $f = function($a1, $a2){
        return ap(fconst(id(), $a1), $a2);
    };