Skip to content

WIP: Warn for redundant context

Kai Prott requested to merge RedundantContext into master

e.g. in (Eq a, Ord a) => ... the Eq a is unnecessary

Merge request reports