Module Diagnostics.Note
An item of information to display for a component.
type t
=
|
UserRequested of Result.Input.restriction
|
ReplacesConflict of Result.Role.t
|
ReplacedByConflict of Result.Role.t
|
Restricts of Result.Role.t * Result.Input.impl * Result.Input.restriction list
|
RequiresCommand of Result.Role.t * Result.Input.impl * Result.Input.command_name
|
Feed_problem of string
val pp : Stdlib.Format.formatter -> t -> unit