Skip to content
Snippets Groups Projects
Commit 15bd06d2 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Make this more readable

parent f815b887
Branches
Tags
No related merge requests found
......@@ -62,8 +62,8 @@ case object IntroduceRecCalls extends NormalizingRule("Introduce rec. calls") {
val onSuccess = forwardMap { e =>
recs.map(_._1).zip(calls).foldRight(e) {
case ( (id, call), e) =>
Let(id, call, e)
case ( (id, call), bd) =>
Let(id, call, bd)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment