package goblint

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

Module AbstractionDomainProperties.AbstractTest

Parameters

module CD : Lattice.S
module AD : Lattice.S

Signature

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