We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of Racket are you using? Welcome to Racket v8.16 [cs].
Welcome to Racket v8.16 [cs].
What program did you run?
$ racket -l typed/racket -i > in-directory - : (->* () ((U False Path-String) (-> Path Any)) (Sequenceof Path)) #<procedure:in-directory> > (for ((p (in-directory #f (lambda ((_ : Path-String)) #f)))) p) string:1:0: Type Checker: missing type for identifier; consider using `require/typed' to import it identifier: initial-state from module: for.rkt in: (for ((p (in-directory #f (lambda ((_ : Path-String)) #f)))) p) [,bt for context]
What should have happened? This form should have been evaluated successfully.
If you got an error message, please include it here.
Please include any other relevant details
$ uname -a Linux fedora 6.13.5-102.bazzite.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Feb 28 10:23:59 UTC 2025 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Racket are you using?
Welcome to Racket v8.16 [cs].
What program did you run?
What should have happened?
This form should have been evaluated successfully.
If you got an error message, please include it here.
Please include any other relevant details
The text was updated successfully, but these errors were encountered: