From b289dee25ad8ce4c2622fadb2f4c31fb90914b39 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 29 Jan 2021 02:37:14 -0500 Subject: Lint 'return' into 'pure', replace bind operator --- .hlint.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.hlint.yaml') 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' -- cgit v1.2.3