rpclib
A library to deal with RPCs in OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Parameters
Signature
type ('a, 'b) comp = ( 'a, 'b ) Result.t
type 'a fn = 'a outerfn
type implementation = unit -> Interface.t
val implement : Interface.description -> implementation
val returning : 'a Idl.Param.t -> 'b Idl.Error.t -> ( 'a, 'b ) Result.t outerfn
val (@->) : 'a Idl.Param.t -> 'b outerfn -> ( 'a -> 'b ) outerfn