package hardcaml

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

Module Circuit.With_interfaceSource

Parameters

module I : Interface.S
module O : Interface.S

Signature

Sourceval create_exn : ?config:Config.t -> name:Base.string -> create -> t

Create a circuit with inputs and outputs automatically defined and labelled according to the input (I) and output (O) interfaces.