rpclib
A library to deal with RPCs in OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
type _ outerfn =
| Function : 'a Idl.Param.t * 'b outerfn -> ( 'a -> 'b ) outerfn |
| NoArgsFunction : 'b outerfn -> ( unit -> 'b ) outerfn |
| Returning : ('a Idl.Param.t * 'b Idl.Error.t) -> ( 'a, 'b ) Result.t outerfn |
module Method : sig ... end
module Interface : sig ... end
module Interfaces : sig ... end
module Gen () : sig ... end