Use force instead of reimplementing it

This commit is contained in:
Joseph C. Sible 2020-04-05 15:01:57 -04:00
parent f7547c9a5a
commit 2a8170ba05
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ makeCommentWithFix severity id code str fix =
withFix = comment { withFix = comment {
tcFix = Just fix tcFix = Just fix
} }
in withFix `deepseq` withFix in force withFix
makeParameters spec = makeParameters spec =
let params = Parameters { let params = Parameters {