Functional-Programming icon indicating copy to clipboard operation
Functional-Programming copied to clipboard

Typo in "Functor and Monad" of Haskell

Open Lightyagami1 opened this issue 7 years ago • 0 comments

Under Control Structures, in examples of For Loops

:t (putStrLn . show)
(putStrLn . show) :: Show a => a -> IO (

It should have been IO (), the closing bracket is missing.

Thanks for this nice repo, it's quite useful

Lightyagami1 avatar Sep 04 '18 17:09 Lightyagami1