package goblint

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

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:int -> ?if_assumptions_fail:([ `Fatal | `Warning ] * float) -> ?count:int -> ?max_gen:int -> ?max_fail:int -> ?small:('a -> int) -> ?retries:int -> 'a QCheck.arbitrary -> ('a -> bool) -> QCheck.Test.t
val make_valid : name:string -> 'a QCheck.arbitrary -> ?cond:('b -> bool) -> ('c -> CD.t) -> ('d -> 'e) -> ('f -> AD.t) -> QCheck.Test.t
val make_valid1 : ?cond:(CD.t -> bool) -> (CD.t -> CD.t) -> (AD.t -> AD.t) -> name:string -> QCheck.Test.t
val make_valid2 : ?cond:((CD.t * CD.t) -> bool) -> (CD.t -> CD.t -> CD.t) -> (AD.t -> AD.t -> AD.t) -> name:string -> QCheck.Test.t