I stumbled on this trying to do this

(list(quotient/remainder(*(inc 2)2)3))

if values is not supposed to work here how does one car/cdr through values 
generated this way?
 

On Thursday, August 18, 2016 at 1:36:57 PM UTC-4, Sanjeev Sharma wrote:
> (list(values 1 2 3))
> result arity mismatch;
>  expected number of values not received
>   expected: 1
>   received: 3
>   values...:
> 
> 
> I've been under the impression this should be identical to
> (list 1 2 3)

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to