Module Context.Status


module Status: sig  end
Result of processing.


type 'a t =
| Valid of Jst.t
| Inconsistent of Jst.t
| Ok of 'a

val pp : 'a Pretty.printer -> 'a t Pretty.printer
Parameters:
pp : 'a Pretty.printer
fmt : Format.formatter
status : 'b t