package hardcaml

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

Module Fifo.Kinded_fifoSource

Sourcetype ('a, 'b) t =
  1. | Classic : 'a Hardcaml__.Fifo_intf.T.t -> ('a, [ `Classic ]) t
  2. | Showahead : 'a Hardcaml__.Fifo_intf.T.t -> ('a, [ `Showahead ]) t
Sourcetype 'a packed =
  1. | T : ('a, 'b) t -> 'a packed
Sourcetype create_classic = capacity:Base.Int.t -> write_clock:Signal.t -> read_clock:Signal.t -> clear:Signal.t -> wr:Signal.t -> d:Signal.t -> rd:Signal.t -> (Signal.t, [ `Classic ]) t
Sourcetype create_showahead = capacity:Base.Int.t -> write_clock:Signal.t -> read_clock:Signal.t -> clear:Signal.t -> wr:Signal.t -> d:Signal.t -> rd:Signal.t -> (Signal.t, [ `Showahead ]) t
OCaml

Innovation. Community. Security.