package goblint

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

Module AbstractionDomainProperties.ValidTest

Parameters

module CD : Lattice.S
module AD : Lattice.S
module AF : AbstractFunction with type c := CD.t and type a := AD.t

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
val make_valid : name:string -> 'a QCheck.arbitrary -> ?cond:??? -> ('a -> CD.t) -> ('a -> 'b) -> ('b -> AD.t) -> QCheck.Test.t
val make_valid1 : ?cond:??? -> (CD.t -> CD.t) -> (AD.t -> AD.t) -> name:string -> QCheck.Test.t
val make_valid2 : ?cond:??? -> (CD.t -> CD.t -> CD.t) -> (AD.t -> AD.t -> AD.t) -> name:string -> QCheck.Test.t