package qcheck-core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Core QCheck library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.90.tar.gz
md5=53cde85bd3f0431faeddeae493f32d9d
sha512=552871a95bcf27a81cd518a4aefc60ac0f08ef73c8e115f199952707b88ab20f7ecb762abb835a196c1adb7b948447e487daa0efbf6a39ee64bfcee0264f189f
doc/qcheck-core/QCheck/Print/index.html
Module QCheck.PrintSource
The Print module offers combinators for printing generated values.
Printer for values of type 'a.
Triple (3-tuple) printer. Expects printers for each component.
Quadruple (4-tuple) printer. Expects printers for each component.
comap f p maps p, a printer of type 'b, to a printer of type 'a by first converting a printed value using f : 'a -> 'b.
3-tuple printer. Expects printers for each component.
4-tuple printer. Expects printers for each component.
5-tuple printer. Expects printers for each component.
6-tuple printer. Expects printers for each component.
Source
val tup7 :
'a t ->
'b t ->
'c t ->
'd t ->
'e t ->
'f t ->
'g t ->
('a * 'b * 'c * 'd * 'e * 'f * 'g) t7-tuple printer. Expects printers for each component.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>