package calli

  1. Overview
  2. Docs
module M : sig ... end
type aliasty =
  1. | Pointer of Expr.t
  2. | Predicate of {
    1. cond : Cond.t;
    2. operand0 : Expr.t;
    3. operand1 : Expr.t;
    }
type t = aliasty M.t
val empty : 'a M.t
val add : M.key -> 'a -> 'a M.t -> 'a M.t
val find : M.key -> 'a M.t -> 'a
val find_opt : M.key -> 'a M.t -> 'a option
val pp_aliasty : Stdlib.Format.formatter -> (string * aliasty) -> unit
val pp : Stdlib.Format.formatter -> aliasty M.t -> unit
OCaml

Innovation. Community. Security.