package hardcaml_step_testbench

  1. Overview
  2. Docs
Hardcaml Testbench Monad

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_step_testbench-v0.16.0.tar.gz
sha256=2a8382d8acb404fced2e8b9fb794e5ac14cee6e15a77149b5c63ad560f873953

doc/hardcaml_step_testbench.digital_components/Digital_components/Data/index.html

Module Digital_components.DataSource

Sourcemodule type S = sig ... end
Sourcetype 'd t = (module S with type t = 'd)
Sourcemodule Bool : S with type t = Base.Bool.t
Sourcemodule Int : S with type t = Base.Int.t
Sourcemodule String : S with type t = Base.String.t
Sourcemodule Unit : S with type t = Base.Unit.t
Sourcemodule Pair (D1 : S) (D2 : S) : S with type t = D1.t * D2.t
OCaml

Innovation. Community. Security.