package hardcaml

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

Module Interface.Create_fnSource

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

Parameters

module I : S
module O : S

Signature

Sourcetype 'a t = 'a I.t -> 'a O.t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.