package hardcaml_step_testbench
Hardcaml Testbench Monad
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=a21b13cf03b84f06471e7c31ecbac8df1b08f8ac1156d0f3a41d2250ea293b2f
doc/src/hardcaml_step_testbench.digital_components/data_intf.ml.html
Source file data_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
(** [Data.S] is an interface specifying data that is processed by a digital component. *) open! Base module type S = sig type t [@@deriving sexp_of] include Equal.S with type t := t val undefined : t end module type Data = sig module type S = S type 'd t = (module S with type t = 'd) module Bool : S with type t = bool module Int : S with type t = int module String : S with type t = string module Unit : S with type t = unit module Pair (D1 : S) (D2 : S) : S with type t = D1.t * D2.t end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>