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
racketblock
This program:
#lang scribble/manual @racketblock[ '#s(doc (1 2 3))]
Results in:
syntax-e: contract violation expected: syntax? given: #f
Compare this version, which does not produce any errors:
@racketblock[ '#s(doc (1 2 3))]
I would expect that the first work as well as the second, since both forms are valid when used directly in racket/base.
racket/base
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This program:
Results in:
Compare this version, which does not produce any errors:
I would expect that the first work as well as the second, since both forms are valid when used directly in
racket/base
.The text was updated successfully, but these errors were encountered: