fix(kernel/expr): old comment
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
503d8dfa9e
commit
2424cf7ece
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public:
|
|||
bool is_cast() const { return m_cast; }
|
||||
};
|
||||
|
||||
/** \brief Super class for lambda, pi and sigma */
|
||||
/** \brief Super class for lambda and pi */
|
||||
class expr_binder : public expr_composite {
|
||||
name m_name;
|
||||
expr m_domain;
|
||||
|
|
Loading…
Reference in a new issue