Markdowngenval string_of_t : 'a. 'a Rpc.Types.typ -> string listval definition_of_t : 'a. 'a Rpc.Types.typ -> string listval ocaml_patt_of_t : 'a. 'a Rpc.Types.typ -> stringval rpc_of : 'a. 'a Rpc.Types.typ -> string -> Rpc.tval of_args : (bool * Idl.Param.boxed) list -> string listval of_struct_fields : 'a Rpc.Types.boxed_field list -> string listval of_variant_tags : 'a Rpc.Types.boxed_tag list -> string listval of_type_decl : 'a -> Rpc.Types.boxed_def -> string listval json_of_method :
string option ->
'a ->
'b ->
Codegen.boxed_fn ->
string * stringval ocaml_of_method : Codegen.boxed_fn -> stringval tabs_of :
string option ->
'a ->
Codegen.Interface.t ->
Codegen.boxed_fn ->
string listval of_method :
string option ->
'a ->
Codegen.Interface.t ->
Codegen.boxed_fn ->
string listval all_errors : Codegen.Interface.t -> Rpc.Types.boxed_def listval expand_types : Codegen.Interfaces.t -> Rpc.Types.boxed_def listWe also document the nested types that contain useful documentation
val of_interface : 'a -> Codegen.Interface.t -> string listval of_interfaces : Codegen.Interfaces.t -> string listval to_string : Codegen.Interfaces.t -> string