Skip to content

Commit 016234b

Browse files
committed
Capital letters are bad apparently
1 parent 359fd02 commit 016234b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/inox/solvers/unrolling/TemplateGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ trait TemplateGenerator { self: Templates =>
136136
builder.iff(orJoin((thenBlockers ++ elseBlockers).toSeq), newBlocker)
137137

138138
val newArgs = (thenCall.args zip elseCall.args).map { case (thenArg, elseArg) =>
139-
val (newArg, argClauses) = mkExprClauses(newBlocker, IfExpr(condVar, thenArg, elseArg), builder.localSubst)
139+
val (newArg, argClauses) = mkExprClauses(newBlocker, ifExpr(condVar, thenArg, elseArg), builder.localSubst)
140140
builder ++= argClauses
141141
newArg
142142
}

0 commit comments

Comments
 (0)