Re__.Pmark
type t
= private int
val equal : t -> t -> bool
val compare : t -> t -> int
val gen : unit -> t
val pp : Stdlib.Format.formatter -> t -> unit
module Set : Stdlib.Set.S with type elt = t