package hardcaml

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

Type of functions representing the implementation of a circuit from an input to output interface.

Parameters

module I : S
module O : S

Signature

type t = Signal.t I.t -> Signal.t O.t
val sexp_of_t : t -> Sexplib0.Sexp.t