fix(library/blast/forward/pattern): missing case
This commit is contained in:
parent
fdd442bd38
commit
05477d34bb
1 changed files with 2 additions and 0 deletions
|
@ -447,6 +447,8 @@ struct mk_hi_lemma_fn {
|
|||
} else if (!mvars.empty()) {
|
||||
// a subsumes all children candidates
|
||||
return candidate_set(candidate(a, mvars));
|
||||
} else {
|
||||
return candidate_set();
|
||||
}
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue