sig
  type 'a t = Valid of Jst.t | Inconsistent of Jst.t | Ok of 'a
  val pp : 'Pretty.printer -> 'Context.Status.t Pretty.printer
end