chore(kernel/local_ctx): typo
This commit is contained in:
parent
9b21287a3e
commit
d814ee612a
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ local_decl const & local_ctx::get_local_decl(name const & n) const {
|
|||
if (local_decl const * r = m_name2local_decl.find(n))
|
||||
return *r;
|
||||
else
|
||||
throw exception(sstream() << "unknown local constant: " << n);
|
||||
throw exception(sstream() << "unknown free variable: " << n);
|
||||
}
|
||||
|
||||
expr local_ctx::get_local(name const & n) const {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue