Offset_intf
type 'i t = [
| `NoOffset
No offset. Marks the end of offset list.
*)| `Field of CilType.Fieldinfo.t * 'i t
Offset starting with a struct field.
*)| `Index of 'i * 'i t
Offset starting with an array index.
*) ]
val hash : ('i -> int) -> 'i t -> int
val hash_offs : ('i -> int) -> 'i offs -> int
module Index : sig ... end
module type Printable = sig ... end
module type Lattice = sig ... end
module type Offset = sig ... end