Commit 2024-05-21 02:59 9ac3ff46
View on Github →fix: extract_lets
was not processing unused let bindings correctly (#13068)
By default mkLetFVars
eliminates unused let bindings, but they need to be preserved for extractLetsAt
to function properly.