package hardcaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fifo.Make_combSource

Parameters

module Comb : Comb.S

Signature

Sourcetype comb = Comb.t
Sourcetype t = comb t
Sourceval sexp_of_t : comb t -> Sexplib0.Sexp.t
Sourceval assert_widths : comb t -> Base.unit
Sourceval of_int : Base.int -> comb t
Sourceval const : Base.int -> comb t
  • deprecated [since 2019-11] interface const
Sourceval pack : ?rev:Base.bool -> comb t -> comb
Sourceval unpack : ?rev:Base.bool -> comb -> comb t
Sourceval mux : comb -> comb t Base.list -> comb t
Sourceval mux2 : comb -> comb t -> comb t -> comb t
Sourceval concat : comb t Base.list -> comb t
Sourceval priority_select_with_default : ((comb, comb t) Comb.with_valid2 Base.list -> default:comb t -> comb t) Comb.optional_branching_factor
Sourceval widths : t -> Base.int t
Sourceval of_ints : Base.int t -> t
Sourceval consts : Base.int t -> t
  • deprecated [since 2019-11] interface consts
OCaml

Innovation. Community. Security.