jon.recoil.org

Module Symbol_projection.Projection

type t = private
  1. | Block_load of {
    1. index : Flambda2_numbers.Target_ocaml_int.t;
    }
  2. | Project_value_slot of {
    1. project_from : Flambda2_identifiers.Function_slot.t;
    2. value_slot : Flambda2_identifiers.Value_slot.t;
    }