package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Signal.write_port = {
  1. write_clock : Signal.t;
  2. write_address : Signal.t;
  3. write_enable : Signal.t;
  4. write_data : Signal.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t