mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-15 21:23:57 +00:00
Tip replacing <- with : for static values
This commit is contained in:
parent
088193c93b
commit
71a2990e21
7 changed files with 51 additions and 3 deletions
|
|
@ -3566,6 +3566,7 @@ pub enum Reason {
|
|||
FnCall {
|
||||
name: Option<Symbol>,
|
||||
arity: u8,
|
||||
called_via: CalledVia,
|
||||
},
|
||||
LowLevelOpArg {
|
||||
op: LowLevel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue