fix(build): hlint did not like unnecessary monadic code

This commit is contained in:
Steffen Jost 2022-12-09 16:42:39 +01:00
parent 213899eef5
commit acb52c51f4

View File

@ -294,7 +294,7 @@ makeCourseTable colChoices psValidator' = do
getCourseListR :: Handler Html
getCourseListR = do
varNotUsed <- return "just a test to see whether warnings are disabled properly"
let varNotUsed = "just a test to see whether warnings are disabled properly"
muid <- maybeAuthId
let colonnade = widgetColonnade $ mconcat
[ colCourse -- colCourseDescr