Handbook
Glossary
delete-file-errors ( seq file type -- )
Vocabulary
source-files
.
errors
Inputs
seq
an
object
file
an
object
type
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
source-files.errors
:
delete-file-errors
( seq file type -- )
[
[
swap
path>>
=
]
[
swap
error-type
=
]
bi-curry*
bi
and
not
]
2curry
filter!
drop
notify-error-observers
;