Module Expr.BV
Constructors from the smtlib theory of fixed-size bit-vectors and the QF_BV logic.
https://smtlib.cs.uiowa.edu/theories-FixedSizeBitVectors.shtml https://smtlib.cs.uiowa.edu/logics-all.shtml#QF_BV
val of_Z : size:int -> Z.t -> tval int2bv : int -> t -> tval repeat : int -> t -> tval zero_extend : int -> t -> tval sign_extend : int -> t -> tval rotate_left : int -> t -> tval rotate_right : int -> t -> t