ppxlib
ppxlib copied to clipboard
Question on writing deriver for class
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
.
Did I miss something or it is indeed impossible.
Thanks !