···7373 ([eutampieri](https://github.com/eutampieri))
74747575- The compiler will now raise warning for inefficient use of `list.length()`
7676- 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:
7676+ when trying to check is list empty via `0 < list.length(list)` or
7777+`list.length(list) > 0` as well as in other cases. For example, the following
7878+ code:
7979+7780 ```gleam
7881 import gleam/list
7982