sig
  type 'a t = Valid | Inconsistent | Ok of 'a
  val pp :
    (Format.formatter -> '-> unit) ->
    Format.formatter -> 'Context.Status.t -> unit
end