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