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.8.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=8e7634814a61bf765ac6989f7fdc49cb
    
    
  sha512=dfa53117ecbf2e466f6ecddfa91d8eb63a3156fe9e1c5a68fd0da26a4c810312581d9ace4c00c4ab1947614f7fb1d6b686003a09da418d2940ac79a7b744a8eb
    
    
  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)"
  >