Merge branch 'arity-error' of github.com:mflatt/ChezScheme
original commit: dbf2bec7dc7d1db9aaef6c95786a41137da66003
This commit is contained in:
commit
51fc773598
2
s/7.ss
2
s/7.ss
|
@ -1164,7 +1164,7 @@
|
||||||
[(ERROR_CALL_NONPROCEDURE) (cnt nonprocedure arg1?)
|
[(ERROR_CALL_NONPROCEDURE) (cnt nonprocedure arg1?)
|
||||||
($oops #f "attempt to apply non-procedure ~s" nonprocedure)]
|
($oops #f "attempt to apply non-procedure ~s" nonprocedure)]
|
||||||
[(ERROR_CALL_ARGUMENT_COUNT) (cnt procedure arg1?)
|
[(ERROR_CALL_ARGUMENT_COUNT) (cnt procedure arg1?)
|
||||||
($oops #f "incorrect number of arguments to ~s" procedure)]
|
($oops #f "incorrect number of arguments ~s to ~s" cnt procedure)]
|
||||||
[(ERROR_RESET) (who msg . args)
|
[(ERROR_RESET) (who msg . args)
|
||||||
($oops who "~?. Some debugging context lost" msg args)]
|
($oops who "~?. Some debugging context lost" msg args)]
|
||||||
[(ERROR_NONCONTINUABLE_INTERRUPT) args
|
[(ERROR_NONCONTINUABLE_INTERRUPT) args
|
||||||
|
|
Loading…
Reference in New Issue
Block a user