Module Hax_engine.Phase_simplify_hoisting

This phase rewrites `let pat = match ... ... => ..., ... => return ... ; e` into `match ... ... => let pat = ...; e`.