package jsonaf

  1. Overview
  2. Docs
include module type of Jsonaf_kernel.Jsonafable
module type S = sig ... end
module type S1 = sig ... end
module type S2 = sig ... end
module type S3 = sig ... end
module Of_jsonafable (Jsonafable : S) (M : sig ... end) : S with type t := M.t
module Of_stringable (M : Base.Stringable.S) : S with type t := M.t
module Stable : sig ... end