package asai

  1. Overview
  2. Docs
type t

The abstract type of tags.

val equal : t -> t -> bool

Comparing whether two tags are equivalent.

val priority : t -> int

Get the priority number of a tag. We followed the UNIX convention here---a smaller priority number represents higher priority. The convention works well with List.sort, which sorts numbers in ascending order. (The more important things go first.)

val dump : Stdlib.Format.formatter -> t -> unit

Ugly printer for debugging

OCaml

Innovation. Community. Security.