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
File "test_types.ml", line 14, characters 6-14:
14 | a : a option;
^^^^^^^^
Error: This variant pattern is expected to have type b_c
The constructor Some does not belong to type b_c
(building with dune and using ocaml-protoc pinned to master)
The text was updated successfully, but these errors were encountered:
With the following in
test.proto
:Running
ocaml-protoc -ocaml_all_types_ppx "deriving show" -ml_out ./ test.proto
creates some files. The
test_types.ml
has the following content:which fails to build:
(building with dune and using ocaml-protoc pinned to master)
The text was updated successfully, but these errors were encountered: