package hardcaml-yosys

  1. Overview
  2. Docs
type !'a t = 'a Wr.t = {
  1. we : 'a;
  2. wa : 'a;
  3. d : 'a;
}
val t : (string * int) t
val map : ('a -> 'b) -> 'a t -> 'b t
val map2 : ('a -> 'b -> 'c) -> 'a t -> 'b t -> 'c t
val to_list : 'a t -> 'a list