Hi! The following code: ```ocaml type t = int [@@deriving popper] ``` Produces that error: ```ocaml File "_none_", line 1: Error: Unbound value pp ``` I haven't look deeply on how you integrate the `pp`, but maybe it could be located on the type declaration structure ?
Hi!
The following code:
Produces that error:
I haven't look deeply on how you integrate the
pp, but maybe it could be locatedon the type declaration structure ?