For example: ```ocaml type t = (string, string) result [@@deriving yojson] ``` Prints: ``` File "test.ml", line 1: Error: Unbound value result_to_yojson ``` Other derivers (e.g. show) already support it.