package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type comb = Bits.t
type t = comb t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val widths : t -> Base.Int.t t
val assert_widths : t -> Base.Unit.t
val of_int : Base.Int.t -> t
val of_ints : Base.Int.t t -> t
val const : Base.Int.t -> t
  • deprecated [since 2019-11] interface const
val consts : Base.Int.t t -> t
  • deprecated [since 2019-11] interface consts
val pack : ?rev:Base.Bool.t -> t -> comb
val unpack : ?rev:Base.Bool.t -> comb -> t
val mux : comb -> t Base.List.t -> t
val mux2 : comb -> t -> t -> t
val concat : t Base.List.t -> t
val priority_select_with_default : ((comb, t) With_valid.t2 Base.List.t -> default:t -> t) Comb.optional_branching_factor