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