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
I should clarify that #require "ppx_deriving"; doesn't throw an error, but in fact #require "ppx_deriving.std"; is necessary to load the library I need since it contains the drivers.
Another thing is that if I compile using reason syntax with rebuild but load utop instead everything works okay. So it's definitely something about the interaction between ppx_deriving and rtop.
Is there a way to get
ppx_deriving
to work in rtop? When I try to loadppx_deriving.std
I just get a syntax error:The text was updated successfully, but these errors were encountered: