package hardcaml_step_testbench

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

Module Component.Combinational

module type S = sig ... end
type ('i, 'o) t = (module S with type Input.t = 'i and type Output.t = 'o)