fixed buggy contract

svn: r15648
This commit is contained in:
Robby Findler 2009-07-31 15:59:47 +00:00
parent 541be39eca
commit 6a4c6a5535

View File

@ -300,7 +300,7 @@ all of the names in the tools library, for use defining keybindings
drscheme:debug:error-display-handler/stacktrace
(->* (string? any/c)
((or/c false/c (listof srcloc?)))
(or/c #f (listof srcloc?)))
any/c)
((msg exn) ((stack #f)))
@{Displays the error message represented by the string, adding
embellishments like those that appears in the DrScheme REPL,