janestreet / ppx_yojson_conv

[@@deriving] plugin to generate Yojson conversion functions
MIT License
58 stars 8 forks source link

at top level, requiring ppx_yojson_conv stops values from printing #15

Open gregsgit opened 2 years ago

gregsgit commented 2 years ago
ocaml -noinit
# #use "topfind";; 
# 42;;
- : int = 42
# #require "ppx_yojson_conv";;
# 42;;
# 
gregsgit commented 2 years ago

ocaml 4.14.0, ubuntu 18.04.6 LTS

vivanov879 commented 1 year ago

I also encountered the issue.