Merge pull request #4882 from roc-lang/weakening-3

Begin weakening let-bindings to non-function, non-number expressions
This commit is contained in:
Folkert de Vries 2023-01-14 15:32:27 +01:00 committed by GitHub
commit e3a213c0dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 129 additions and 60 deletions

View file

@ -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]