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