package slipshow

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

Module CommunicationSource

Sourcetype payload =
  1. | State of int
  2. | Ready
Sourcetype t = {
  1. id : string;
  2. payload : payload;
}
Sourceval of_string : string -> t option
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.