Typed Racket
Go to file
Asumu Takikawa e0d79e11c9 Send thunks to check-syntax for type tooltips
This avoids the cost of computing the printed types
to some degree. It still does have overhead (~5%) over
not computing anything related to tooltips because of
the cost of traversing the type table and computing
tooltip locations.

original commit: 64bc7d4e859e84ce044fd7f72043e26218553c58
2014-10-28 17:41:58 -04:00
pkgs/typed-racket-pkgs Send thunks to check-syntax for type tooltips 2014-10-28 17:41:58 -04:00