package hardcaml_step_testbench
Hardcaml Testbench Monad
Install
Dune Dependency
Authors
Maintainers
Sources
hardcaml_step_testbench-v0.16.0.tar.gz
sha256=2a8382d8acb404fced2e8b9fb794e5ac14cee6e15a77149b5c63ad560f873953
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! Import 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)"
>