Skip to content

Commit

Permalink
sequence_ instead of sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
mixphix committed Nov 14, 2021
1 parent dac1612 commit f2bc2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ case_4_4b = testCase "Case4.4b" $ withSeqState 0xffffffffffffffff $ do
----------------------------------------------------------------------------

main :: IO ()
main = sequence
main = sequence_
[ case_1, case_2, case_3
, case_4_1, case_4_2, case_4_3, case_4_4
#if __GLASGOW_HASKELL__ >= 706
Expand Down

0 comments on commit f2bc2cb

Please sign in to comment.