Handbook
Glossary
transform-expansion-error ( error continuation word -- * )
Vocabulary
stack-checker
.
errors
Definition
IN:
stack-checker.errors
ERROR:
transform-expansion-error
<
inference-error
error continuation word
;
Methods
USING:
accessors
debugger
io
kernel
stack-checker.errors
summary
;
M:
transform-expansion-error
error.
[
summary
print
]
[
nl
"The error was:"
print
error>>
error.
nl
]
[
continuation>>
traceback-link.
]
tri
;
USING:
accessors
sequences
stack-checker.errors
summary
;
M:
transform-expansion-error
summary
word>>
name>>
"Macro expansion of '"
"' threw an error"
surround
;