package osnap
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of Spec
module Gen : sig ... end
type 'a gen = 'a QCheck.Gen.t
'a gen
is used to generate random values inside spec
. QCheck combinators are available using Spec.Gen
.
t
is the specification type, describing a function. Thus t
declaration must end with (^>>)
.
val unit : unit spec
unit
specification
val bool : bool spec
bool
specification
val float : float spec
float
specification
val int : int spec
int
specification
val char : char spec
char
specification
val string : string spec
string
specification
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>