package dune-private-libs

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

Marks

Marks

type t

Mark id

val test : Dune_re__.Re.groups -> t -> bool

Tell if a mark was matched.

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

Return all the mark matched.

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