package rpc

  1. Overview
  2. Docs

Parameters

module R : RPCfunc

Signature

type implementation = unit
type 'a res = 'a
type ('a, 'b) comp = 'a
type _ fn
val (@->) : 'a Param.t -> 'b fn -> ('a -> 'b) fn
val returning : 'a Param.t -> 'b Error.t -> ('a, 'b) comp fn
val declare : string -> string list -> 'a fn -> 'a
OCaml

Innovation. Community. Security.