Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnyValues in let/cc is unbound. #1328

Open
NoahStoryM opened this issue May 26, 2023 · 0 comments
Open

AnyValues in let/cc is unbound. #1328

NoahStoryM opened this issue May 26, 2023 · 0 comments

Comments

@NoahStoryM
Copy link
Contributor

NoahStoryM commented May 26, 2023

What version of Racket are you using?

v8.9 [cs]

What program did you run?

Welcome to Racket v8.9 [cs].
> (let/cc k : AnyValues 1)
string:1:12: Type Checker: parse error in type;
 type name `AnyValues' is unbound
  in: AnyValues
 [,bt for context]

What should have happened?

Welcome to Racket v8.9 [cs].
> (let/cc k : AnyValues 1)
- : AnyValues
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant