Module Hardcaml.SideSource

Used to specify when an operation should be performed - before or after an event like a clock edge.

Sourcetype t =
  1. | Before
  2. | After
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t