chore(library/app_builder): fix typo in trace message
This commit is contained in:
parent
d0fe59ef8a
commit
fcf532ea67
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ struct app_builder::imp {
|
||||||
lean_trace("app_builder",
|
lean_trace("app_builder",
|
||||||
trace_fun(n);
|
trace_fun(n);
|
||||||
tout () << ", failed to solve unification constraint for #" << (i+1)
|
tout () << ", failed to solve unification constraint for #" << (i+1)
|
||||||
<< "argument (" << m_ctx->infer(m) << " =?= " << m_ctx->infer(v) << ")\n";);
|
<< " argument (" << m_ctx->infer(m) << " =?= " << m_ctx->infer(v) << ")\n";);
|
||||||
}
|
}
|
||||||
|
|
||||||
expr mk_app(name const & c, unsigned nargs, expr const * args) {
|
expr mk_app(name const & c, unsigned nargs, expr const * args) {
|
||||||
|
|
Loading…
Reference in a new issue