diff options
Diffstat (limited to '.hlint.yaml')
-rw-r--r-- | .hlint.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.hlint.yaml b/.hlint.yaml index a595d0f..7c00f19 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -75,3 +75,8 @@ # lhs: 'f <. g' # note: 'Use `.>` for natural reading direction' # rhs: 'g .> f' + +- hint: + lhs: 'return' + note: 'Use the more general Applicative interface' + rhs: 'pure' |