Module type Identifiable.S


module type S = sig .. end

type identifiable 
include Stringable.S
include Comparable.S
include Hashable.S_binable
include Sexpable.S
include Binable.S
val pp : Format.formatter -> identifiable -> unit