jon.recoil.org

Module Flambda2_simplify.Non_recursive_handler

type t = private {
  1. cont : Flambda2_identifiers.Continuation.t;
  2. params : Flambda2_bound_identifiers.Bound_parameters.t;
  3. lifted_params : Flambda2_simplify.Lifted_cont_params.t;
  4. handler : Flambda2_terms.Flambda.Expr.t;
  5. is_exn_handler : bool;
  6. is_cold : bool;
}