I just learned that `call-with-deep-time-limit` always returns `(void)` instead 
of returning the result of the thunk. For example:

(call-with-deep-time-limit 5 (λ () (+ 1 2)))

Returns `(void)` instead of `3`. Is there a reason for this? Assuming there is, 
should the documentation be changed? Within the current documentation it's 
right below `call-with-limits`, which does return the result. The current 
description does nothing to point out this difference.

Alex Knauth

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/098E56E3-6F65-4CAF-99FC-FF1E2DB6C75D%40knauth.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to