Messages.Tagval hash : t -> intval pp : Stdlib.Format.formatter -> t -> unitval should_warn : t -> boolval to_yojson :
t ->
[> `Assoc of
(string * [> `Int of int | `List of [> `String of string ] list ]) list ]val of_yojson :
[> `Assoc of (string * [> `Int of int | `List of Yojson__Safe.t list ]) list ] ->
(t, string) Stdlib.Result.t