Module IR__CapturedVar
val compare_capture_mode : capture_mode -> capture_mode -> int
val 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 -> unit
val make : name:IR.Mangled.t -> typ:IR.Typ.t -> capture_mode:capture_mode -> t