Module Hardcaml.Comb
include Hardcaml__.Comb_intf.Comb
module type Gates = Hardcaml__.Comb_intf.Gatesmodule type Primitives = Hardcaml__.Comb_intf.Primitivesmodule type S = Hardcaml__.Comb_intf.Smodule Make_primitives : functor (Gates : Gates) -> Primitives with type t = Gates.t- module Make : functor (Primitives : Primitives) -> S with type t = Primitives.t
- Generates the full combinational API