Module IR.CapturedVar

type t = {
name : Mangled.t;
typ : Typ.t;
capture_mode : Pvar.capture_mode;
}
val compare : t -> t -> int
val pp : Stdlib.Format.formatter -> t -> unit
val make : name:Mangled.t -> typ:Typ.t -> capture_mode:Pvar.capture_mode -> t