forked from GitHub/gf-core
Transfer: changed syntax to remove the mandatory type annotation in let.
This commit is contained in:
@@ -158,9 +158,9 @@ argument + 1.
|
||||
To give local definition to some names, use:
|
||||
|
||||
```
|
||||
let x1 : T1 = exp1
|
||||
let x1 = exp1
|
||||
...
|
||||
xn : Tn = expn
|
||||
xn = expn
|
||||
in exp
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user