package riot

  1. Overview
  2. Docs
type 'res req = ..
type 'state init_result =
  1. | Ok of 'state
  2. | Error
  3. | Ignore
module type Impl = sig ... end
type ('args, 'state) impl = (module Impl with type args = 'args and type state = 'state)
val call : Runtime.Pid.t -> 'res req -> 'res
OCaml

Innovation. Community. Security.