-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Make ppx inline Ppx_deriving_router_runtime
#9
Comments
The If we make it generate fully qualified names with
|
but that's a good tradeoff, no? If you define your own primitive types... it will def break |
it won't break if you define/derive to_json/of_json, it'll shadow Primitives |
But why would you define a string type and |
Similar concept/tradeoff from melange-json ppx: melange-community/melange-json#19 |
The ppx could generate the full module binding on each case (even when json decoding is used) and avoid users to open the runtime, which is expected to be there in the first place.
The text was updated successfully, but these errors were encountered: