package goblint

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

Parameters

module D : Lattice.S

Signature

val make : ?long_factor:int -> ?domain_name:string -> name:string -> ?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 (@=) : D.t -> D.t -> bool