error: Type mismatch
```
error: Type mismatch
┌─ C:\coding\projects\realtime_chat\build\packages\birl\src\birl.gleam:1163:3
│
1163 │ range
│ ^^^^^
The type of this returned value doesn't match the return type
annotation of this function.
instead
error: Type mismatch
┌─ C:\coding\projects\realtime_chat\build\packages\birl\src\birl.gleam:1163:3
│
1163 │ range
│ ^^^^^
The type of this returned value doesn't match the return type
annotation of this function.
Expected type:
iterator.Iterator(Time)
Found type:
yielder.Yielder(Time)
```