Module Diagnostics.Note

type t = Zeroinstall_solver.Diagnostics(Solver.Output).Note.t =
  1. | UserRequested of Solver.Output.Input.restriction
  2. | ReplacesConflict of Solver.Output.Role.t
  3. | ReplacedByConflict of Solver.Output.Role.t
  4. | Restricts of Solver.Output.Role.t * Solver.Output.Input.impl * Solver.Output.Input.restriction list
  5. | RequiresCommand of Solver.Output.Role.t * Solver.Output.Input.impl * Solver.Output.Input.command_name
  6. | Feed_problem of string
val pp : Stdlib.Format.formatter -> t -> unit