package qcheck-lin

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

Module Internal.MakeSource

Parameters

module Spec : CmdSpec

Signature

Sourceval arb_cmds_triple : int -> int -> (Spec.cmd list * Spec.cmd list * Spec.cmd list) QCheck.arbitrary
Sourceval check_seq_cons : (Spec.cmd * Spec.res) list -> (Spec.cmd * Spec.res) list -> (Spec.cmd * Spec.res) list -> Spec.t -> Spec.cmd list -> bool
Sourceval interp_plain : Spec.t -> Spec.cmd list -> (Spec.cmd * Spec.res) list
Sourceval lin_test : rep_count:int -> retries:int -> count:int -> name:string -> lin_prop:((Spec.cmd list * Spec.cmd list * Spec.cmd list) -> bool) -> QCheck.Test.t
Sourceval neg_lin_test : rep_count:int -> retries:int -> count:int -> name:string -> lin_prop:((Spec.cmd list * Spec.cmd list * Spec.cmd list) -> bool) -> QCheck.Test.t
OCaml

Innovation. Community. Security.