smuggler2-0.3.4.2: test/tests/ExportExplicit.NoImportProcessingReplaceExports-golden
module Test.ExportExplicit ( isExported, anotherExport, andAnother, main ) where isExported = (+1) anotherExport = True andAnother = 27 main :: IO () main = pure ()
module Test.ExportExplicit ( isExported, anotherExport, andAnother, main ) where isExported = (+1) anotherExport = True andAnother = 27 main :: IO () main = pure ()