On Saturday, 19 December 2015 13:06:52 UTC-5, gfb wrote: [...] > We use check-expect to design functions, so the "value" expression is often > more > than a simple value, e.g. > (check-expect (average (list 1 2 3)) (/ (+ 1 2 3) 2))) > (check-expect (average (list 1 2 3)) (/ (apply + (list 1 2 3)) 2))) [...]
Oops, that should have said "expected", not "value". -- 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.