module Abstract_value:sig..end
Abstract numeric values of the analysis.
type'vtruth =[ `False | `True | `TrueReduced of 'v | `Unknown of 'v | `Unreachable ]
Type for the truth value of an assertion in a value abstraction. The two last tags should be used only for a product of value abstractions.
typebound_kind =Alarms.bound_kind=
| |
Lower_bound |
| |
Upper_bound |
type bound =
| |
Int of |
| |
Float of |
type pointer_comparison =
| |
Equality |
| |
Relation |
| |
Subtraction |
module type S =sig..end
Signature of abstract numerical values.
type'vkey ='v Structure.Key_Value.key
module type Leaf =sig..end
Signature for a leaf module of abstract values.