package hardcaml_axi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('slave, 'data) t = {
  1. slave : 'slave;
  2. data : 'data;
}
val sexp_of_t : ('slave -> Sexplib0.Sexp.t) -> ('data -> Sexplib0.Sexp.t) -> ('slave, 'data) t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.