Skip to main content Link Menu Expand (external link) Document Search Copy Copied
  • Home
  • Tutorials
    • Quick start
    • While tutorial
    • Types tutorial
  • Publications
    • PLDI'25
    • OOPSLA'24
    • SAS'24
    • PLDI'24
    • POPL'23
    • VMCAI'22
    • RTAS'21
  • API
    • binsec_codex
    • codex
    • cudd
    • frama_c_codex
    • patricia-tree
  • Jobs and Contact
  •   Repository
  1. API
  2. codex
  3. Domains
  4. Term_domain
  5. Make
  6. argument-2-_
  7. Query

Module _.Query

module Boolean_Lattice : Single_value_abstraction.Sig.BOOLEAN_LATTICE with type t = Lattices.Quadrivalent.t
module Integer_Lattice : Single_value_abstraction.Sig.INTEGER_LATTICE
module Binary_Lattice : Single_value_abstraction.Sig.BITVECTOR_LATTICE
module Enum_Lattice : Single_value_abstraction.Sig.ENUM_LATTICE
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