function const1(...$args)
{
    $f = function($a, $b){
        return ap(fmap(cnst(), $a), $b);
    };