Module InferIR__HilExp.Access
type 'array_index t
=
|
FieldAccess of InferIR.Typ.Fieldname.t
|
ArrayAccess of InferIR.Typ.t * 'array_index
|
TakeAddress
|
Dereference
val pp : (Stdlib.Format.formatter -> 'array_index -> unit) -> Stdlib.Format.formatter -> 'array_index t -> unit