mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Infer interpolated strings
This commit is contained in:
parent
429e7cd26d
commit
eae1f564db
4 changed files with 34 additions and 16 deletions
|
@ -39,6 +39,7 @@ pub enum Reason {
|
|||
OperatorLeftArg(Operator),
|
||||
OperatorRightArg(Operator),
|
||||
FractionalLiteral,
|
||||
InterpolatedStringVar,
|
||||
ElemInList,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue