check3@ ( ..a x y z quot: ( ..a x -- ..a ? ) -- ..a ? )


Vocabulary
combinators.extras

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


Outputs
?an object


Definition


: check3@ ( ..a x y z quot: ( ..a x -- ..a ? ) -- ..a ? )
[ 3both? ] curry 3check ; inline