mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
fix: quantification of And
types
This commit is contained in:
parent
5072695b16
commit
c63000f153
3 changed files with 17 additions and 2 deletions
|
@ -1509,6 +1509,7 @@ impl Context {
|
|||
mode,
|
||||
not_found_is_qvar,
|
||||
)?;
|
||||
// no quantification at this point (in `generalize_t`)
|
||||
Ok(subr_t(
|
||||
SubrKind::from(subr.arrow.kind),
|
||||
non_defaults,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue