Module IR.CapturedVar
val compare_capture_mode : capture_mode -> capture_mode -> intval equal_capture_mode : capture_mode -> capture_mode -> bool
val string_of_capture_mode : capture_mode -> string
type t={name : Mangled.t;typ : Typ.t;capture_mode : capture_mode;}
val pp : Stdlib.Format.formatter -> t -> unitval make : name:Mangled.t -> typ:Typ.t -> capture_mode:capture_mode -> t