val equal : t -> t -> boolval compare : t -> t -> intmodule Self : Stdlib.Map.OrderedType with type t = tmodule Set :
Stdlib.Set.S with type elt = t and type t = Stdlib.Set.Make(Self).tval to_string : t -> stringval newer_than : t -> t -> booltype exn_info = {id : t;valid : t;
}type ('a, 'b) request = {exn_info : exn_info;stop : t;document : 'b;loc : Loc.t option;uuid : 'a;name : string;
}val is_valid : doc:int -> t -> boolval set_is_valid : (doc:int -> t -> bool) -> unit