Module NonRelationalDomain.Query
module Boolean_Lattice : sig ... endmodule Integer_Lattice : sig ... endmodule Binary_Lattice : sig ... endmodule Enum_Lattice : sig ... endval boolean : t -> boolean -> Boolean_Lattice.tval integer : t -> integer -> Integer_Lattice.tval binary : size:Units.In_bits.t -> t -> binary -> Binary_Lattice.tval enum : t -> enum -> Enum_Lattice.t