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