Diagnostics.Context
type t =
| Phase of Phase.t
| Backend of Backend.t
| ThirImport
| Dependencies
| DebugPrintRust
| GenericPrinter of Prelude.string
| Other of Prelude.string
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val t_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> t
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t
val compare : t -> t -> Prelude.int
val display : t -> Hax_engine.Prelude.String.t