1 2 3 4 5 6 7
module Main where import Lib main :: IO () main = do putStrLn "we will call some func from Main now" someFunc