package ocaml_openapi_generator

  1. Overview
  2. Docs
type 'a t = {
  1. ref_ : string;
}
include Ppx_jsonaf_conv_lib.Jsonafable.S1 with type 'a t := 'a t
val t_of_jsonaf : (Jsonaf_kernel__.Type.t -> 'a) -> Jsonaf_kernel__.Type.t -> 'a t
val jsonaf_of_t : ('a -> Jsonaf_kernel__.Type.t) -> 'a t -> Jsonaf_kernel__.Type.t
val ref_ : 'a t -> string
module Fields : sig ... end
val last_segment : string -> string option
OCaml

Innovation. Community. Security.