package jsonaf

  1. Overview
  2. Docs

Module Jsonaf.JsonafableSource

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