Pythongenval compat_block : t listval lines_of_t : t -> string listval string_of_ts : t list -> stringval output_doc : string list -> t listval typecheck : 'a. 'a Rpc.Types.typ -> string -> t listtypecheck ty v returns a python fragment which checks v has type ty
val value_of : 'a. 'a Rpc.Types.typ -> stringval exn_var : Rpc.Types.boxed_def -> t listval skeleton_method : bool -> Codegen.Interface.t -> Codegen.boxed_fn -> t listval example_stub_user : Codegen.Interface.t -> Codegen.boxed_fn -> t listval example_skeleton_user : Codegen.Interface.t -> Codegen.boxed_fn -> t listval test_impl_of_interface : Codegen.Interface.t -> t listval skeleton_of_interface : Codegen.Interface.t -> t listval server_of_interface : Codegen.Interface.t -> t listval test_impl_of_interfaces : Codegen.Interfaces.t -> t listval commandline_parse : 'a -> Codegen.boxed_fn -> t listval commandline_run : 'a -> Codegen.boxed_fn -> t listval commandline_of_interface : Codegen.Interface.t -> t listval of_interfaces : ?helpers:string -> Codegen.Interfaces.t -> t list