Veronika Romashkina
Veronika Romashkina
We can catch unreachable returning value in `forever`. Basically, `forever` should always be used with the `Void` data type.
Depending on the category of the project, we could suggest better runtime system options and concurrency settings.
We are not providing a release for Windows on `8.8.3` due to the issues on this platform. However, `8.8.4` seems to resolve it. Let's check it and update releases workflow.
Haddock docs is not a part of the HIE files. We need to check if there is a way for us to grab and analyse such information other than using...
`stimes` usually has a much better implementation for `Monoid`s
See [Recursive self-calls](https://gitlab.haskell.org/ghc/ghc/issues/14527). E.g.: ```haskell let x = x + 1 ``` Especially useful to have this check in instances, as it is quite a common mistake.
We need to design the interface for users to add some of the opt-in inspections. Also, we should move such inspections into a special list.
As this information is not in the HIE files, we need to investigate first how we can get this information first. Then we need to come up with the algorithm...
As a toc for observations section