Handbook
Glossary
lazy-call ( value quot -- value/curried )
Vocabulary
monadics
Inputs
value
an
object
quot
an
object
Outputs
value/curried
an
object
Definition
USING:
combinators
effects
kernel
stack-checker
;
IN:
monadics
:
lazy-call
( value quot -- value/curried )
curry
dup
infer
{
}
{
"x"
}
<effect>
=
[
( -- x )
call-effect
]
when
;