Module Diagnostics.Phase

module Rejection : sig ... end
type t =
  1. | DirectAndMut
  2. | AndMutDefSite
  3. | Identity
  4. | DropReferences
  5. | DropBlocks
  6. | DropSizedTrait
  7. | DropMatchGuards
  8. | RefMut
  9. | ResugarAsserts
  10. | ResugarForLoops
  11. | ResugarWhileLoops
  12. | ResugarForIndexLoops
  13. | ResugarQuestionMarks
  14. | RewriteControlFlow
  15. | SimplifyQuestionMarks
  16. | Specialize
  17. | HoistSideEffects
  18. | HoistDisjunctions
  19. | LocalMutation
  20. | TrivializeAssignLhs
  21. | CfIntoMonads
  22. | FunctionalizeLoops
  23. | TraitsSpecs
  24. | SimplifyMatchReturn
  25. | SimplifyHoisting
  26. | DropNeedlessReturns
  27. | TransformHaxLibInline
  28. | NewtypeAsRefinement
  29. | DummyA
  30. | DummyB
  31. | DummyC
  32. | Reject of Rejection.t
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val equal : t -> t -> Ppx_deriving_runtime.bool
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 hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val display : t -> Hax_engine.Prelude.String.t