Module Re.Mark

module Mark: sig .. end

Marks


type t 

Mark id

val test : Re.Group.t -> t -> bool

Tell if a mark was matched.

module Set: Set.S  with type elt = t
val all : Re.Group.t -> Set.t

Return all the mark matched.

val equal : t -> t -> bool
val compare : t -> t -> int