ppxlib icon indicating copy to clipboard operation
ppxlib copied to clipboard

Question on writing deriver for class

Open Wenke-D opened this issue 7 months ago • 2 comments

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 !

Wenke-D avatar Jul 10 '24 13:07 Wenke-D