package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Signal.read_port = {
  1. read_clock : Signal.t;
  2. read_address : Signal.t;
  3. read_enable : Signal.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t