fix(kernel/for_each_fn): typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
05edbe00ad
commit
1a67cc7293
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace lean {
|
|||
The argument \c F must be a lambda (function object) containing the method
|
||||
|
||||
<code>
|
||||
void operator()(expr const & e, unsigned offset)
|
||||
bool operator()(expr const & e, unsigned offset)
|
||||
</code>
|
||||
|
||||
The \c offset is the number of binders under which \c e occurs.
|
||||
|
|
Loading…
Reference in a new issue