packages feed

smuggler2-0.3.4.2: test/tests/ExportExplicit.NoImportProcessingAddExplicitExports-golden

module Test.ExportExplicit (isExported, anotherExport) where

isExported = (+1)

anotherExport = True

andAnother = 27

main :: IO ()
main = pure ()