type t
val equal : t -> t -> boolval compare : t -> t -> int
module Self : Stdlib.Map.OrderedType with type Self.t = tmodule Set : Stdlib.Set.S with type Set.elt = t and type Set.t = Stdlib.Set.Make(Self).tval initial : tval dummy : tval fresh : unit -> tval to_string : t -> stringval print : t -> Pp.tval of_int : int -> tval to_int : t -> intval newer_than : t -> t -> boolval add : Exninfo.info -> valid:t -> t -> Exninfo.infoval get : Exninfo.info -> (t * t) option
type exn_info = {}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