package core_kernel

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

Module Bus.On_subscription_after_first_write

type t =
  1. | Allow
  2. | Allow_and_send_last_value
  3. | Raise
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t