Module CodegenSource

Sourcetype _ outerfn =
  1. | Function : 'a Idl.Param.t * 'b outerfn -> ('a -> 'b) outerfn
  2. | NoArgsFunction : 'b outerfn -> (unit -> 'b) outerfn
  3. | Returning : ('a Idl.Param.t * 'b Idl.Error.t) -> ('a, 'b) Result.t outerfn
Sourcemodule Method : sig ... end
Sourcetype boxed_fn =
  1. | BoxedFunction : 'a Method.t -> boxed_fn
Sourcemodule Interface : sig ... end
Sourcemodule Interfaces : sig ... end
Sourceexception Interface_not_described
Sourcemodule Gen () : sig ... end