= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
type !'a t = {
width : 'a;
clk_polarity : 'a;
en_polarity : 'a;
}
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