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.CapturedVartype t = {| name : Mangled.t; | 
| typ : Typ.t; | 
| capture_mode : Pvar.capture_mode; | 
}val pp : Stdlib.Format.formatter -> t -> unitval make : name:Mangled.t -> typ:Typ.t -> capture_mode:Pvar.capture_mode -> t