SyntaxFix
Write A Post
Hire A Developer
Questions
Anyone who is just starting with Haskell and trying to print an Int, use:
module Lib ( someFunc ) where someFunc :: IO () x = 123 someFunc = putStrLn (show x)