package testo-util

  1. Overview
  2. Docs

Module Testo_util.Tag_querySource

Sourcetype t = Tag.query =
  1. | Has_tag of Tag.t
  2. | All
  3. | None
  4. | Not of t
  5. | And of t * t
  6. | Or of t * t
Sourceval parse : string -> (t, string) result
Sourceval match_ : Tag.t list -> t -> bool
Sourceval show : t -> string
Sourceval pp : Format.formatter -> t -> unit