Welcome to Racket v6.8.0.1.
> min
- : (-> Real * Real) ... [Use (:print-type <expr>) to see more.]
#<procedure:min>
> max
- : (-> Real * Real) ...
#<procedure:max>
> (max)
; max: arity mismatch;
; the expected number of arguments does not match the given number
; expected: at least 1
; given: 0
; [,bt for context]
Reported by John Reppy.