package slipshow

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type payload =
  1. | State of int
  2. | Ready
type t = {
  1. id : string;
  2. payload : payload;
}
val of_string : string -> t option
val to_string : t -> string
OCaml

Innovation. Community. Security.