Flambda_to_clambda
type result = {
expr : Clambda.ulambda;
preallocated_blocks : Clambda.preallocated_block list;
structured_constants : Clambda.ustructured_constant Symbol.Map.t;
exported : Export_info.t;
}
val convert :
ppf_dump:Format.formatter ->
(Flambda.program * Export_info.transient) ->
result