package hardcaml

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

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

type t =
  1. | Before
  2. | After
val compare : t -> t -> int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t