Open gelisam opened 2 years ago
The following fails with Unknown: #[...]<two>:
Unknown: #[...]<two>
(define one 1) (export one two)
But the following is accepted:
(define one 1) (export (rename ([one un] [two deux])))
The following fails with
Unknown: #[...]<two>
:But the following is accepted: