module Cnstrnt: sig endtype t =
| |
Unconstrained |
| |
Real of |
| |
Bitvector of |
val mk_real : Dom.t -> t| Parameters: |
|
val mk_bitvector : int -> t| Parameters: |
|
val pp : t Pretty.printer| Parameters: |
|
exception Empty
val sub : t -> t -> bool
val inter : t -> t -> t