Module Identifiable.S.T

module T: Identifiable.Thing with type t = t;

type t;
include Hashtbl.HashedType;
include Map.OrderedType;
let output: (out_channel, t) => unit;
let print: (Format.formatter, t) => unit;