package goblint

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

Module DomainProperties.DomainTest

Parameters

module D : Lattice.S

Signature

val make : ?long_factor:??? -> ?domain_name:??? -> name:string -> ?if_assumptions_fail:??? -> ?count:??? -> ?max_gen:??? -> ?max_fail:??? -> ?small:??? -> ?retries:??? -> 'a QCheck.arbitrary -> ('a -> bool) -> QCheck.Test.t
val (@=) : D.t -> D.t -> bool