Module NonRelationalDomain.Query

module Boolean_Lattice : sig ... end
module Integer_Lattice : sig ... end
module Binary_Lattice : sig ... end
module Enum_Lattice : sig ... end
val boolean : t -> boolean -> Boolean_Lattice.t
val integer : t -> integer -> Integer_Lattice.t
val binary : size:Units.In_bits.t -> t -> binary -> Binary_Lattice.t
val enum : t -> enum -> Enum_Lattice.t