check2@ ( ..a x y quot: ( ..a -- ..a ? ) -- ..a ? )


Vocabulary
combinators.extras

Inputs
xan object
yan object
quota quotation with stack effect ( ..a -- ..a ? )


Outputs
?an object


Definition


: check2@ ( ..a x y quot: ( ..a -- ..a ? ) -- ..a ? )
[ both? ] curry 2check ; inline