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
It appears impossible to get the attache class AST using context free transformation.
class apple = object ... end [@@inspect]
in the ppxlib, Deriving.add do not have the optional arg to get class_declaration list.
Deriving.add
class_declaration list
Did I miss something or it is indeed impossible.
Thanks !
The text was updated successfully, but these errors were encountered:
The objective is to inspect the methods and fields the class, then generate some functions outside.
Sorry, something went wrong.
Yes indeed it seems it's not supported. Off the top of my head I can't think of a reason why we wouldn't add support for this!
No branches or pull requests
It appears impossible to get the attache class AST using context free transformation.
in the ppxlib,
Deriving.add
do not have the optional arg to getclass_declaration list
.Did I miss something or it is indeed impossible.
Thanks !
The text was updated successfully, but these errors were encountered: