Hardcaml.Side
Used to specify when an operation should be performed - before or after an event like a clock edge.
type t =
| Before
| After
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val sexp_of_t : t -> Sexplib0.Sexp.t