mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Rename Let to Assign
This commit is contained in:
parent
d6bfc42142
commit
41ddfc149b
5 changed files with 26 additions and 26 deletions
|
@ -13,7 +13,7 @@ pub enum Expr {
|
|||
Char(char),
|
||||
|
||||
Var(Ident),
|
||||
Let(Pattern, Box<Expr>, Box<Expr>),
|
||||
Assign(Pattern, Box<Expr>, Box<Expr>),
|
||||
|
||||
// Functions
|
||||
Func(Ident, Vec<Expr>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue