mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +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
|
@ -466,6 +466,7 @@ pub fn constrain_expr(
|
|||
let fn_reason = Reason::FnCall {
|
||||
name: opt_symbol,
|
||||
arity: loc_args.len() as u8,
|
||||
called_via: *called_via,
|
||||
};
|
||||
|
||||
let fn_con = constrain_expr(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue