fix typo in time-apply

svn: r8454
This commit is contained in:
Matthew Flatt 2008-01-28 23:26:34 +00:00
parent 60f7074bab
commit 1547458786

View File

@ -89,10 +89,10 @@ time is a portion of the time reported by
@defproc[(time-apply [proc procedure?]
[arg any/c] ...)
(values exact-integer?
(values list?
exact-integer?
exact-integer?
list?)]{
exact-integer?)]{
Collects timing information for a procedure application.