fixed a bug in the way interval maps were being used in check syntax.
please push to the release branch.
This commit is contained in:
parent
6457f1e4cc
commit
b121171a98
|
@ -504,7 +504,7 @@ If the namespace does not, they are colored the unbound color.
|
|||
(if (for/or ([x (in-list old)])
|
||||
(and (pair? x) (car x) (eq? (car x) key)))
|
||||
old
|
||||
(cons to-add old)))
|
||||
(cons (cons key to-add) old)))
|
||||
null)]
|
||||
[else
|
||||
(interval-map-cons*! arrow-record
|
||||
|
|
Loading…
Reference in New Issue
Block a user