Flags.Bimul
type t = private int
type unpacked = {
nsw : bool;
nuw : bool;
}
val pack : nsw:bool -> nuw:bool -> t
val unpack : t -> unpacked