package qcheck-stm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
State-machine testing library for sequential and parallel model-based tests
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.10.tar.gz
md5=ed5980f1cfbfa1e2d2ec5a87954dddf8
sha512=90c451903adb7cbd83aa0f2ad7738d662edc23affb669ed762564cdb2e140ca931afeaabc199fbb6028163fc41c17049961bef7fd2664c677cb1df552d10736d
doc/qcheck-stm.stm/STM/index.html
Module STMSource
Module with combinators and definitions to specify an STM test
Extensible type to represent result values
Source
type ty += | Unit : unit ty| Bool : bool ty| Char : char ty| Int : int ty| Int32 : int32 ty| Int64 : int64 ty| Float : float ty| String : string ty| Bytes : bytes ty| Exn : exn ty| Option : 'a ty -> 'a option ty| Result : 'a ty * 'b ty -> ('a, 'b) result ty| List : 'a ty -> 'a list ty| Array : 'a ty -> 'a array ty| Seq : 'a ty -> 'a Seq.t ty
A range of constructors to represent built-in types
Combinator type to represent an OCaml type along with an associated to_string function
result a b builds an (a,b) result type representation
Default implementations for state machine specifications that can be given useful defaults.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>