mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Weaken single quotes
This commit is contained in:
parent
b2cdddbdfb
commit
a2f04d1fa3
1 changed files with 1 additions and 1 deletions
|
@ -3828,9 +3828,9 @@ fn is_generalizable_expr(mut expr: &Expr) -> bool {
|
|||
OpaqueRef { argument, .. } => expr = &argument.1.value,
|
||||
| Str(_)
|
||||
| List { .. }
|
||||
| SingleQuote(_, _, _, _)
|
||||
=> return false,
|
||||
// TODO(weakening)
|
||||
| SingleQuote(_, _, _, _)
|
||||
| Var(_, _)
|
||||
| AbilityMember(_, _, _)
|
||||
| When { .. }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue