Handbook
Glossary
try-suggested-restarts ( -- )
Vocabulary
fuel
.
private
Inputs
None
Outputs
None
Definition
USING:
continuations
kernel
namespaces
sequences
;
IN:
fuel.private
:
try-suggested-restarts
( -- )
restarts
get
[
is-suggested-restart?
]
filter
dup
length
1
=
[
first
continue-restart
]
[
drop
]
if
;