package hardcaml_step_testbench

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

Module Flip_flop_with_load_enable.InputSource

Sourcetype t = {
  1. input : Base.bool;
  2. load_enable : Base.bool;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval equal : t -> t -> bool
Sourceval undefined : t