fix(library/tactic/rewrite_tactic): incorrect assertion
This commit is contained in:
parent
78bde6c9e6
commit
ba9557bb94
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
bool has_num() const {
|
bool has_num() const {
|
||||||
return multiplicity() == AtMostN || multiplicity() == ExactlyN;
|
return get_multiplicity() == AtMostN || get_multiplicity() == ExactlyN;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned num() const {
|
unsigned num() const {
|
||||||
|
|
Loading…
Reference in a new issue