Module PulseAttribute.UninitializedTyp

type t =
  1. | Value
  2. | Const of IR.Fieldname.t
  3. | DictMissingKey of {
    1. dict : DecompilerExpr.t;
    2. key : IR.Fieldname.t;
    }
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val pp : F.formatter -> t -> unit