Typed Racket
Go to file
Asumu Takikawa ccdaf6e564 Use string->uninterned-symbol instead of gensym
The reason these functions used gensym to begin with
was that fresh variables resulted in confusing error
messages of the form "Expected a, but got a".

An upcoming commit fixes these error messages, so
the gensym is replaced.

original commit: b214fa01c11c6fc74f24318bc702bbb5ad915822
2013-10-16 14:39:24 -04:00
pkgs/typed-racket-pkgs Use string->uninterned-symbol instead of gensym 2013-10-16 14:39:24 -04:00