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