stdune
User_message.Annots
module Key : sig ... end
type t
val to_dyn : t -> Dyn.t
val find : t -> 'a Key.t -> 'a option
val set : t -> 'a Key.t -> 'a -> t
val empty : t
val is_empty : t -> bool
val singleton : 'a Key.t -> 'a -> t
val has_embedded_location : unit Key.t
The message has a location embed in the text.
val needs_stack_trace : unit Key.t
The message needs a stack trace for clarity.