package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Closed
  2. | Connect
  3. | Exit
  4. | Failed
  5. | Listen
  6. | Open
  7. | Run
  8. | Signal
  9. | Stop
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml_value.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t