We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba7c06 commit 08290b9Copy full SHA for 08290b9
CHANGELOG.md
@@ -73,7 +73,10 @@
73
([eutampieri](https://github.com/eutampieri))
74
75
- The compiler will now raise warning for inefficient use of `list.length()`
76
- when trying to check is list empty via `0 < list.length(list)` or `list.length(list) > 0` as well as in other cases. For example, the following code:
+ when trying to check is list empty via `0 < list.length(list)` or
77
+`list.length(list) > 0` as well as in other cases. For example, the following
78
+ code:
79
+
80
```gleam
81
import gleam/list
82
0 commit comments