diff --git a/collects/data/integer-set.rkt b/collects/data/integer-set.rkt index 306eaf4056..a468588347 100644 --- a/collects/data/integer-set.rkt +++ b/collects/data/integer-set.rkt @@ -74,7 +74,7 @@ (make-integer-set (if (= low hi) (cdr contents) - (cons (cons (+ 1 low) hi) contents))))]) + (cons (cons (+ 1 low) hi) (cdr contents)))))]) ;; well-formed-set? : X -> bool (define (well-formed-set? x)