Handbook
Glossary
check-something ( topic quot -- )
Vocabulary
help
.
lint
.
private
Inputs
topic
an
object
quot
an
object
Outputs
None
Definition
USING:
combinators
continuations
help.lint
;
IN:
help.lint.private
::
check-something
( topic quot -- )
[
quot ( -- )
call-effect
f
]
[
]
recover
topic
notify-help-lint-error
;
inline