Handbook
Glossary
validate ( value quot -- result )
Vocabulary
html
.
forms
Inputs
value
an
object
quot
an
object
Outputs
result
an
object
Definition
USING:
combinators
continuations
kernel
;
IN:
html.forms
:
validate
( value quot -- result )
[
( value -- validated )
call-effect
]
curry
[
<validation-error-state>
]
recover
;