module type IdentifiedType = sig .. end
sig
end
type t
val id : t -> int
t -> int
include Server.Data.Info