Module Hardcaml.Interface

include Hardcaml__.Interface_intf.Interface
module Ast : Ast
module Empty : Empty
module type S_with_ast = sig ... end
module Create_fn : functor (I : S) -> functor (O : S) -> sig ... end

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

module Make : functor (X : Pre) -> S with type 'a t := 'a X.t
module Make_enums : functor (Enum : Hardcaml__.Interface_intf.Enum) -> S_enums with module Enum := Enum

Constructs a hardcaml interface which represents hardware for the given Enum as an absstract Interface.