Module EID.Datatype

type t = Frama_c_kernel.Datatype.Int.t Stdlib.ref
val name : string
val reprs : t list
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val pretty : Stdlib.Format.formatter -> t -> unit
val mem_project : (Frama_c_kernel.Project_skeleton.t -> bool) -> t -> bool
val copy : t -> t