correct the specification of the blueboxes.rktd file

closes racket/drracket#118
This commit is contained in:
Robby Findler 2017-08-27 18:16:02 -05:00
parent 9f5fe0859d
commit d3b0f98e0e

View File

@ -7,8 +7,6 @@
(define valid-blueboxes-info?
(hash/c
tag?
(listof (cons/dc [hd exact-nonnegative-integer?]
[tl (hd) (and/c exact-nonnegative-integer?
(>/c hd))]
#:flat))
(listof (cons/c exact-nonnegative-integer?
exact-nonnegative-integer?))
#:flat? #t))