Skip to content

StgLint: Lint constructor applications and strict workers for arity.

Andreas Klebinger requested to merge wip/andreask/stg_lint into master

Stg lint will now flag constructor applications like () x1 x2 as wrong.

I also fixed a minor issue with the lint check for strict worker ids in the process.

Merge request reports