package ortac-runtime-qcheck-stm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Spec : STM.Spec

Signature

module Internal : sig ... end
val pp_trace : Stdlib.Format.formatter -> ((Spec.cmd * STM.res) list * string * string * (string, STM.res) Stdlib.Either.t) -> unit
val pp_terms : Stdlib.Format.formatter -> (string * location) list -> unit
val message : (Spec.cmd * STM.res) list -> report -> 'a
val check_disagree : (Spec.cmd -> Spec.state -> STM.res -> 'a option) -> Spec.state -> Spec.sut -> Spec.cmd list -> ((Spec.cmd * STM.res) list * 'b) option
val agree_prop : (unit -> 'a) -> (Spec.cmd -> Spec.state -> STM.res -> report option) -> Spec.cmd list -> bool
val agree_test : count:int -> name:string -> (unit -> 'a) -> (Spec.cmd -> Spec.state -> STM.res -> report option) -> QCheck.Test.t
OCaml

Innovation. Community. Security.