You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naive question: instead of creating a dedicated ppx for this, have you considered improving ppx_deriving and ppx_type_conv/ppxlib to fetch the correct definition in this case?
The text was updated successfully, but these errors were encountered:
Hi ! I'm looking into this because of #5.
Right now Ppxlib.Deriving as well as ppx_deriving only allows one to derive structures from types (or module types).
In this case, since we need the case of flow parser to work :
But there are no way of doing this only with module types.
I think that's what you meant by "improving ppx_deriving to fetch the correct definition" ?
I think that deriving structure items from other structure items is quite tricky thing to do, as opposed to deriving structure items from types...
Naive question: instead of creating a dedicated ppx for this, have you considered improving
ppx_deriving
andppx_type_conv/ppxlib
to fetch the correct definition in this case?The text was updated successfully, but these errors were encountered: