Module P11_slotSource

Sourcetype t =
  1. | Index of int
  2. | Id of int
  3. | Description of string
  4. | Label of string
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval default : t
Sourceval to_string : t -> string * string