Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Mar 30, 2024
1 parent fc5d765 commit 500c8c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,10 @@ Expr State::mkExpr(Kind k, const std::vector<Expr>& children)
Trace("state") << "BETA_REDUCE " << Expr((*hd)[1]) << " " << ctx << " = " << ret << std::endl;
return ret;
}
else
{
Warning() << "Wrong number of arguments when applying " << Expr(hd) << std::endl;
}
}
else if (hk==Kind::PROGRAM_CONST || hk==Kind::ORACLE)
{
Expand Down

0 comments on commit 500c8c2

Please sign in to comment.