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