update effect syntax error names in debugger
parent
5bccc96498
commit
452f17c859
|
@ -328,10 +328,10 @@ M: lexer-error error-help
|
||||||
|
|
||||||
M: bad-effect summary
|
M: bad-effect summary
|
||||||
drop "Bad stack effect declaration" ;
|
drop "Bad stack effect declaration" ;
|
||||||
M: invalid-effect-variable summary
|
M: invalid-row-variable summary
|
||||||
drop "Stack effect variables can only occur as the first input or output" ;
|
drop "Stack effect row variables can only occur as the first input or output" ;
|
||||||
M: effect-variable-can't-have-type summary
|
M: row-variable-can't-have-type summary
|
||||||
drop "Stack effect variables cannot have a declared type" ;
|
drop "Stack effect row variables cannot have a declared type" ;
|
||||||
|
|
||||||
M: bad-escape error.
|
M: bad-escape error.
|
||||||
"Bad escape code: \\" write
|
"Bad escape code: \\" write
|
||||||
|
|
Loading…
Reference in New Issue