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
Compiling the following reports an error with no location. It should probably be on the j in y: j. This is using the version 3.1 or the latest master branch of ppx_deriving_yojson and ppx_deriving 4.2.1.
test.ml
(* Just a comment *)typejtypet = {x: int;y: j} [@@deriving yojson]
Compiling the following reports an error with no location. It should probably be on the
j
iny: j
. This is using the version 3.1 or the latestmaster
branch of ppx_deriving_yojson and ppx_deriving 4.2.1.test.ml
jbuild
Build error with:
The text was updated successfully, but these errors were encountered: