Module Private.Step

type t =
| Reset
| Check
| Before_clock_edge
| At_clock_edge
| After_clock_edge
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t