adding annotation to function-entry-and-exit-names to make typed-racket happy

This commit is contained in:
Danny Yoo 2012-10-23 17:35:22 -06:00
parent ebd7051758
commit 343a0995f7

View File

@ -44,6 +44,7 @@
(define-values (basic-blocks entry-points) (fracture stmts))
(: function-entry-and-exit-names (Setof Symbol))
(define function-entry-and-exit-names
(list->set (get-function-entry-and-exit-names stmts)))