mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Add AbilityMember can variant for resolving ability specializations
This commit is contained in:
parent
ebbcd57022
commit
edee222763
4 changed files with 18 additions and 1 deletions
|
@ -704,6 +704,7 @@ fn fix_values_captured_in_closure_expr(
|
|||
| Str(_)
|
||||
| SingleQuote(_)
|
||||
| Var(_)
|
||||
| AbilityMember(..)
|
||||
| EmptyRecord
|
||||
| RuntimeError(_)
|
||||
| ZeroArgumentTag { .. }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue