package goblint

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

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: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