Ch14 - examples refer to Control.Monad.Eff.Console
shaunplee opened this issue · 0 comments
shaunplee commented
The examples in Chapter 14 import Control.Monad.Eff.Console
, which I think was deprecated as of version 0.12. These imports appear to be for the log
function. The equivalent import now would be Effect.Console
.