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