Module Diagnostics.Phase

module Rejection : sig ... end
type t =
  1. | Identity
  2. | HoistSideEffects
  3. | Reject of Rejection.t
  4. | SimplifyQuestionMarks
  5. | BundleCycles
  6. | AndMutDefsite
  7. | SimplifyMatchReturn
  8. | ReconstructForLoops
  9. | DropSizedTrait
  10. | Specialize
  11. | ReconstructForIndexLoops
  12. | SimplifyHoisting
  13. | DropBlocks
  14. | FunctionalizeLoops
  15. | LocalMutation
  16. | NewtypeAsRefinement
  17. | ReconstructQuestionMarks
  18. | DropReferences
  19. | CfIntoMonads
  20. | TrivializeAssignLhs
  21. | DropMatchGuards
  22. | RewriteControlFlow
  23. | TraitsSpecs
  24. | DropReturnBreakContinue
  25. | TransformHaxLibInline
  26. | HoistDisjunctivePatterns
  27. | ReconstructWhileLoops
  28. | ReconstructAsserts
  29. | DirectAndMut

All names for phases defined in `lib/phases_*` are generated automatically

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