package ppx_meta_conv

  1. Overview
  2. Docs

Source file plugin.ml

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"]
OCaml

Innovation. Community. Security.