λ putStrLn "coach""
• The function ‘putStrLn’ is applied to two value arguments,
but its type ‘String -> IO ()’ has only one
In the expression: putStrLn "coach" ""
In an equation for ‘it’: it = putStrLn "coach" ""
• Relevant bindings include it :: t (bound at
λ