TEST
@@ -1,7 +1,7 @@
  module Main (main) where

  main :: IO ()
- main = return ()
+ main = pure ()

  foo :: Int
  foo = 5
