Fixbuild linter

This commit is contained in:
SJost 2019-03-04 10:21:30 +01:00
parent d8fcbcef54
commit 158cd180c5

View File

@ -501,7 +501,7 @@ boolField = Field
"true" -> Right $ Just True
"false" -> Right $ Just False
t -> Left $ SomeMessage $ MsgInvalidBool t
showVal = either (\_ -> False)
showVal = either $ const False