{- | Copyright: (c) 2020 Kowainik SPDX-License-Identifier: MIT Maintainer: Kowainik Full-featured test project -} module FullBatteries ( someFunc ) where someFunc :: IO () someFunc = putStrLn ("someFunc" :: String)