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
let%cw_rpc f ?(eventids=[]) () = ...
At least we should be able to use
let%cw_rpc f ?(eventids : eventid list = []) () = ...
let%cw_rpc f ((a, b) : int * int) = ...
Also, the Fatal error message is a bit violent. At least a Syntax error on ppx_rpc would be nice
Fatal error
Syntax error on ppx_rpc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At least we should be able to use
Also, the
Fatal error
message is a bit violent. At least aSyntax error on ppx_rpc
would be niceThe text was updated successfully, but these errors were encountered: