package riot

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Lib.Gen_serverSource

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

Innovation. Community. Security.