package qcheck-lin

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

Module type Lin.SpecSource

The required description of a module signature

Sourcetype t

The type of the system under test

Sourceval init : unit -> t

The function to initialize the system under test

Sourceval cleanup : t -> unit

The function to cleanup the system under test

Sourceval api : (int * t elem) list

A description of the function signatures

OCaml

Innovation. Community. Security.