mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Merge pull request #4882 from roc-lang/weakening-3
Begin weakening let-bindings to non-function, non-number expressions
This commit is contained in:
commit
e3a213c0dc
10 changed files with 129 additions and 60 deletions
|
@ -389,7 +389,7 @@ mod test {
|
|||
|
||||
When it failed, these variables had these values:
|
||||
|
||||
items : List (Num *)
|
||||
items : List (Int Signed64)
|
||||
items = [0, 1]
|
||||
|
||||
expected : Result I64 [OutOfBounds]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue