unbreak cify build

This commit is contained in:
Matthew Flatt 2018-12-30 06:10:11 -07:00
parent 59246a0107
commit 1052bc8dff

View File

@ -82,6 +82,6 @@
(find-candidate-ids! e)
(for ([ex (in-list exports)])
(hash-remove! candidate-ids (cadr ex)))
(hash-remove! candidate-ids (car ex)))
(find! e)
(prune e))