jon.recoil.org

Module Closure_conversion_aux.Acc

Used to pipe some data through closure conversion

type closure_info = private {
  1. code_id : Flambda2_identifiers.Code_id.t;
  2. return_continuation : Flambda2_identifiers.Continuation.t;
  3. exn_continuation : Flambda2_terms.Exn_continuation.t;
  4. my_closure : Flambda2_identifiers.Variable.t;
  5. is_purely_tailrec : bool;
  6. slot_offsets_at_definition : Flambda2_simplify_shared.Slot_offsets.t;
}
type t