Parameter With_interface.1-I
include Hardcaml__.Interface_intf.Pre
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val t : (Hardcaml__.Import.string * Hardcaml__.Import.int) tval iter : 'a t -> f:('a -> Hardcaml__.Import.unit) -> Hardcaml__.Import.unitval iter2 : 'a t -> 'b t -> f:('a -> 'b -> Hardcaml__.Import.unit) -> Hardcaml__.Import.unitval map : 'a t -> f:('a -> 'b) -> 'b tval map2 : 'a t -> 'b t -> f:('a -> 'b -> 'c) -> 'c tval to_list : 'a t -> 'a Hardcaml__.Import.list
include Hardcaml__.Import.Equal.S1 with type 'a t := 'a t
val equal : 'a Hardcaml__.Import.Equal.equal -> 'a t Hardcaml__.Import.Equal.equal
val port_names : Hardcaml__.Import.string tRTL names specified in the interface definition - commonly also the OCaml field name.
val port_widths : Hardcaml__.Import.int tBit widths specified in the interface definition.
val to_alist : 'a t -> (Hardcaml__.Import.string * 'a) Hardcaml__.Import.listCreate association list indexed by field names.
val of_alist : (Hardcaml__.Import.string * 'a) Hardcaml__.Import.list -> 'a tCreate interface from association list indexed by field names
val zip : 'a t -> 'b t -> ('a * 'b) tval zip3 : 'a t -> 'b t -> 'c t -> ('a * 'b * 'c) tval zip4 : 'a t -> 'b t -> 'c t -> 'd t -> ('a * 'b * 'c * 'd) tval zip5 : 'a t -> 'b t -> 'c t -> 'd t -> 'e t -> ('a * 'b * 'c * 'd * 'e) tval map3 : 'a t -> 'b t -> 'c t -> f:('a -> 'b -> 'c -> 'd) -> 'd tval map4 : 'a t -> 'b t -> 'c t -> 'd t -> f:('a -> 'b -> 'c -> 'd -> 'e) -> 'e tval map5 : 'a t -> 'b t -> 'c t -> 'd t -> 'e t -> f:('a -> 'b -> 'c -> 'd -> 'e -> 'f) -> 'f tval iter3 : 'a t -> 'b t -> 'c t -> f:('a -> 'b -> 'c -> Hardcaml__.Import.unit) -> Hardcaml__.Import.unitval iter4 : 'a t -> 'b t -> 'c t -> 'd t -> f:('a -> 'b -> 'c -> 'd -> Hardcaml__.Import.unit) -> Hardcaml__.Import.unitval iter5 : 'a t -> 'b t -> 'c t -> 'd t -> 'e t -> f:('a -> 'b -> 'c -> 'd -> 'e -> Hardcaml__.Import.unit) -> Hardcaml__.Import.unitval fold : 'a t -> init:'b -> f:('b -> 'a -> 'b) -> 'bval fold2 : 'a t -> 'b t -> init:'c -> f:('c -> 'a -> 'b -> 'c) -> 'cval offsets : ?rev:Hardcaml__.Import.bool -> Hardcaml__.Import.unit -> Hardcaml__.Import.int tOffset of each field within the interface. The first field is placed at the least significant bit, unless the
revargument is true.
val of_interface_list : 'a t Hardcaml__.Import.list -> 'a Hardcaml__.Import.list tTake a list of interfaces and produce a single interface where each field is a list.
val to_interface_list : 'a Hardcaml__.Import.list t -> 'a t Hardcaml__.Import.listCreate a list of interfaces from a single interface where each field is a list. Raises if all lists don't have the same length.
module type Comb : Hardcaml__.Interface_intf.Comb with type 'a interface := 'a tmodule Of_signal : sig ... end