package hack_parallel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Parallel and shared memory library
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.0.0.tar.gz
sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29
md5=26aff6c969020c1d2f588c574dc7d08a
doc/hack_parallel.hack_core/Hack_monad/index.html
Module Hack_monad
module type Basic = sig ... endmodule type Infix = sig ... endmodule type S = sig ... endmodule type Basic2 = sig ... endMulti parameter monad. The second parameter get unified across all the computation. This is used to encode monads working on a multi parameter data structure like (('a,'b result)).
module type Infix2 = sig ... endSame as Infix, except the monad type has two arguments. The second is always just passed through.
module type S2 = sig ... endThe same as S except the monad type has two arguments. The second is always just passed through.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>