Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` 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) ```
- Loading branch information