plugin.ml
ppx_meta_conv.runtime
ppx_meta_conv_plugin
1 2 3 4 5 6 7 open Ppx_meta_conv let () = big_one () (* Unlike [@@deriving conv{xxx}], [@@deriving xxx] and [%derive.xxx] require explicit declaration. Sad. *) let () = List.iter splitted ["ocaml"; "sexp"; "json"]
1 2 3 4 5 6 7
open Ppx_meta_conv let () = big_one () (* Unlike [@@deriving conv{xxx}], [@@deriving xxx] and [%derive.xxx] require explicit declaration. Sad. *) let () = List.iter splitted ["ocaml"; "sexp"; "json"]