jon.recoil.org

Module Flambda2_simplify.Unboxing_epa

Handling of the extra params and args required for the unboxing of a continuation's parameter(s).

exception Invalid_apply_cont
type unboxed_arg =
  1. | Poison
  2. | Available of Flambda2_term_basics.Simple.t
  3. | Generated of Flambda2_identifiers.Variable.t
  4. | Added_by_wrapper_at_rewrite_use of {
    1. nth_arg : int;
    }