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