packages feed

smuggler2-0.3.2.1: test/tests/ExportExplicit.hs

module Test.ExportExplicit (isExported, anotherExport) where

isExported = (+1)

anotherExport = True

andAnother = 27

main :: IO ()
main = pure ()