(: make-int-to-symbol (-> (struct hash-table fixnum symbol))) (define (make-int-to-symbol) (make-hash-table)) (hash-table-set! (make-int-to-symbol) 'foo 2)