?1arg ( obj quot: ( obj -- ? ) -- obj/f )


Vocabulary
combinators.extras

Inputs
objan object
quota quotation with stack effect ( obj -- ? )


Outputs
obj/fan object


Definition


: ?1arg ( obj quot: ( obj -- ? ) -- obj/f )
[ ?call ] keepd [ ] curry [ f ] if ; inline