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
1.4.1.2 (Modified BNF Syntax) does not mention {} explicitly and http://www.lispworks.com/documentation/HyperSpec/Body/01_daba.htm gives the incorrect example (x [[{A}¹ | {B}¹ | C]] y) which should be (x [[A¹ | B¹ | C]] y) so the situation is a bit confusing. See https://irclog.tymoon.eu/libera/%23commonlisp?around=1677680808#1677680808.
{}
(x [[{A}¹ | {B}¹ | C]] y)
(x [[A¹ | B¹ | C]] y)
A WSCL issue for adding an explicit discussion of {} should be create, but I don't have the time right now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.4.1.2 (Modified BNF Syntax) does not mention
{}
explicitly and http://www.lispworks.com/documentation/HyperSpec/Body/01_daba.htm gives the incorrect example(x [[{A}¹ | {B}¹ | C]] y)
which should be(x [[A¹ | B¹ | C]] y)
so the situation is a bit confusing. See https://irclog.tymoon.eu/libera/%23commonlisp?around=1677680808#1677680808.A WSCL issue for adding an explicit discussion of
{}
should be create, but I don't have the time right now.The text was updated successfully, but these errors were encountered: