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
defun
The following is currently accepted by corset:
corset
(defun (selector) (+ m1.A m1.B)) (module m1) (defcolumns A B C) (deflookup c1 ((selector)) (C))
At the moment, this is rejected by go-corset. An interesting question is whether or not there are any other restrictions.
go-corset
The text was updated successfully, but these errors were encountered:
DavePearce
Successfully merging a pull request may close this issue.
The following is currently accepted by
corset
:At the moment, this is rejected by
go-corset
. An interesting question is whether or not there are any other restrictions.The text was updated successfully, but these errors were encountered: