Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 : Format.formatter -> t -> unit
Ugly printer for debugging