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
require/typed
Racket 8.10 [cs]
#lang typed/racket (require/typed racket/stream [prop:stream (Struct-Property Any)] [stream->list (-> (Has-Struct-Property prop:stream) (List Any))])
I'dve liked it to have run without error
syntax-property: contract violation expected: syntax? given: #f Context (plain): /usr/share/racket/pkgs/typed-racket-lib/typed-racket/private/type-contract.rkt:1400:0 has-struct-property->sc .../private/map.rkt:40:19 loop .../match/compiler.rkt:559:40 f3057 /usr/share/racket/pkgs/typed-racket-lib/typed-racket/private/type-contract.rkt:335:2 .../private/parse-interp.rkt:643:50 /usr/share/racket/pkgs/typed-racket-lib/typed-racket/private/type-contract.rkt:239:0 change-contract-fixups /usr/share/racket/pkgs/typed-racket-lib/typed-racket/core.rkt:56:10 /usr/share/racket/pkgs/typed-racket-lib/typed-racket/typed-racket.rkt:22:4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Racket are you using?
Racket 8.10 [cs]
What program did you run?
What should have happened?
I'dve liked it to have run without error
If you got an error message, please include it here.
The text was updated successfully, but these errors were encountered: