Module Traverse_acc.Env
type t = {parent : Flambda2_reaper.Rev_expr.rev_expr_holed;conts : Flambda2_reaper.Traverse_acc.Env.cont_kind Flambda2_identifiers.Continuation.Map.t;current_code_id : Flambda2_identifiers.Code_id.t option;should_preserve_direct_calls : Flambda2_reaper.Traverse_acc.Env.should_preserve_direct_calls;le_monde_exterieur : Flambda2_identifiers.Name.t;all_constants : Flambda2_identifiers.Name.t;
}