package yojson-five

  1. Overview
  2. Docs
module type S = sig ... end
module type Out = sig ... end
module Make (F : S) : Out with type t = F.t
OCaml

Innovation. Community. Security.