adding annotation to function-entry-and-exit-names to make typed-racket happy
This commit is contained in:
parent
ebd7051758
commit
343a0995f7
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
(define-values (basic-blocks entry-points) (fracture stmts))
|
(define-values (basic-blocks entry-points) (fracture stmts))
|
||||||
|
|
||||||
|
(: function-entry-and-exit-names (Setof Symbol))
|
||||||
(define function-entry-and-exit-names
|
(define function-entry-and-exit-names
|
||||||
(list->set (get-function-entry-and-exit-names stmts)))
|
(list->set (get-function-entry-and-exit-names stmts)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user