ndmitchell / hlint

Haskell source code suggestions
Other
1.48k stars 195 forks source link

hints about notElem and notNull #1480

Closed jvoigtlaender closed 1 year ago

jvoigtlaender commented 1 year ago

They are mostly mirroring existing ones for elem and null, except for the not . notNull -> null one, for which there is no dual not . null -> notNull.