Skip to content

Commit 564d970

Browse files
committed
More
1 parent c79b466 commit 564d970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/state.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ Expr State::getBoundVar(const std::string& name, const Expr& type)
12831283
if (!type.isGround())
12841284
{
12851285
// If the type is non-ground, we cannot evaluate it yet. Moreover this is
1286-
// not cached
1286+
// not cached here, instead it is cached as part of mkExpr.
12871287
Expr ename = mkLiteral(Kind::STRING, name);
12881288
return mkExpr(Kind::EVAL_VAR, {ename, type});
12891289
}

0 commit comments

Comments
 (0)