You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What version of Racket are you using?
v8.9 [cs]
What program did you run?
What should have happened?
The text was updated successfully, but these errors were encountered: