kowainik / stan

🕵️ Haskell STatic ANalyser
https://kowainik.github.io/projects/stan
Mozilla Public License 2.0
565 stars 48 forks source link

Recursive self-calls inspection #299

Open vrom911 opened 4 years ago

vrom911 commented 4 years ago

See Recursive self-calls. E.g.:

let x = x + 1

Especially useful to have this check in instances, as it is quite a common mistake.