Handbook
Glossary
guard-maybe ( value quot: ( a -- bool ) -- Maybe )
Vocabulary
monadics
Inputs
value
an
object
quot
a
quotation
with stack effect
( a -- bool )
Outputs
Maybe
an
object
Definition
USING:
kernel
;
IN:
monadics
:
guard-maybe
( value quot: ( a -- bool ) -- Maybe )
1guard
>maybe
;
inline