diff --git a/profile/report.rkt b/profile/report.rkt index 82ed4b2d..decf6e1a 100644 --- a/profile/report.rkt +++ b/profile/report.rkt @@ -145,7 +145,7 @@ "clos" clos:run)) (program (main) - ;; Note: could use try-order? with hash-keys if support is dropped for Racket 8.3 + ;; TODO: could use try-order? with hash-keys if support is dropped for Racket 8.3 (define fs (~>> (env) hash-keys (sort <))) (define forms-data (for/list ([f (in-list fs)]) (match-let ([(list name ms) ((hash-ref env f))])