package re

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Marks

type t

Mark id

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

Tell if a mark was matched.

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

Return all the mark matched.

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