svn: r17506

This commit is contained in:
Robby Findler 2010-01-06 21:16:49 +00:00
parent cabdfc25f2
commit c8410ef36d

View File

@ -35,7 +35,7 @@
;; result is normalized in the following sense:
;; - no duplicate entries
;; - nats are sorted
;; - at most one arity-at-least, always at the beginning
;; - at most one arity-at-least, always at the end
(define (normalize-arity a)
(if (pair? a)
(let-values ([(min-at-least) #f])