package hardcaml_step_testbench

  1. Overview
  2. Docs

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.